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:
@@ -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
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user