43d42
< #include "config/full_system.hh"
50a50
> #include "sim/full_system.hh"
278,280c278,279
< #if FULL_SYSTEM //XXX CPU has no wakeup method in SE mode.
< cpu->wakeup();
< #endif
---
> if (FullSystem)
> cpu->wakeup();