47a48,49
> #include "params/SubSystem.hh"
> #include "sim/power/thermal_domain.hh"
57,59c59,60
< SubSystem(const Params *p) :
< SimObject(p)
< {}
---
> typedef SubSystemParams Params;
> SubSystem(const Params *p);