From 8ad2b8c5596b817267fbf7a39e6ce28ffb49789c Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 31 Oct 2011 02:58:22 -0700 Subject: SE/FS: Make the functions available from the TC consistent between SE and FS. --- src/cpu/o3/thread_context_impl.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cpu/o3/thread_context_impl.hh') diff --git a/src/cpu/o3/thread_context_impl.hh b/src/cpu/o3/thread_context_impl.hh index 0952465d4..a49440f1f 100755 --- a/src/cpu/o3/thread_context_impl.hh +++ b/src/cpu/o3/thread_context_impl.hh @@ -54,14 +54,12 @@ O3ThreadContext::getVirtPort() return thread->getVirtPort(); } -#if FULL_SYSTEM template void O3ThreadContext::dumpFuncProfile() { thread->dumpFuncProfile(); } -#endif template void @@ -197,7 +195,6 @@ O3ThreadContext::unserialize(Checkpoint *cp, const std::string §ion) } -#if FULL_SYSTEM template Tick O3ThreadContext::readLastActivate() @@ -225,7 +222,6 @@ O3ThreadContext::profileSample() { thread->profileSample(); } -#endif template void -- cgit v1.2.3