From ca36c01f7e515d8042b141c7912e0f090b121e6e Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 16 Oct 2011 05:06:40 -0700 Subject: SE/FS: Make some system funcs available in SE and FS. --- src/sim/system.hh | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/sim/system.hh') diff --git a/src/sim/system.hh b/src/sim/system.hh index 5b48b5242..37729a397 100644 --- a/src/sim/system.hh +++ b/src/sim/system.hh @@ -113,6 +113,8 @@ class System : public SimObject */ bool isMemory(const Addr addr) const; + Addr pagePtr; + #if FULL_SYSTEM uint64_t init_param; @@ -144,9 +146,7 @@ class System : public SimObject */ Addr loadAddrMask; -#else - - Addr pagePtr; +#endif // FULL_SYSTEM protected: uint64_t nextPID; @@ -163,9 +163,6 @@ class System : public SimObject /** Amount of physical memory that exists */ Addr memSize(); - -#endif // FULL_SYSTEM - protected: Enums::MemoryMode memoryMode; uint64_t workItemsBegin; @@ -284,12 +281,10 @@ class System : public SimObject */ Addr getKernelEntry() const { return kernelEntry; } -#else +#endif Addr new_page(); -#endif // FULL_SYSTEM - int registerThreadContext(ThreadContext *tc, int assigned=-1); void replaceThreadContext(ThreadContext *tc, int context_id); -- cgit v1.2.3