35,43d34
< //
< // The purpose of this code is to fake the loader & syscall mechanism
< // when there's no OS: thus there's no reason to use it in FULL_SYSTEM
< // mode when we do have an OS.
< //
< #include "config/full_system.hh"
<
< #if !FULL_SYSTEM
<
55,56c46,47
< struct ProcessParams;
< struct LiveProcessParams;
---
> class ProcessParams;
> class LiveProcessParams;
60c51
< class SETranslatingPortProxy;
---
> class TranslatingPort;
135c126
< SETranslatingPortProxy *initVirtMem;
---
> TranslatingPort *initVirtMem;
215,216d205
< void allocateMem(Addr vaddr, int64_t size, bool clobber = false);
<
322,323d310
< #endif // !FULL_SYSTEM
<