inorder: make InOrder CPU FS compilable/visible

make syscall a SE mode only functionality
copy over basic FS functions (hwrei) to make FS compile
This commit is contained in:
Korey Sewell
2011-06-19 21:43:39 -04:00
parent d71b95d84d
commit e8b7df072b
8 changed files with 176 additions and 22 deletions

View File

@@ -152,8 +152,8 @@ void
InOrderThreadContext::regStats(const std::string &name)
{
#if FULL_SYSTEM
//thread->kernelStats = new Kernel::Statistics(cpu->system);
//thread->kernelStats->regStats(name + ".kern");
thread->kernelStats = new TheISA::Kernel::Statistics(cpu->system);
thread->kernelStats->regStats(name + ".kern");
#endif
;
}