summaryrefslogtreecommitdiff
path: root/src/cpu/o3/thread_context_impl.hh
diff options
context:
space:
mode:
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>2013-01-07 13:05:45 -0500
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>2013-01-07 13:05:45 -0500
commita2077ccf026f4587bf097274b241aa2c78c096e9 (patch)
tree49083c37d17fa4e28a3ddac51853c6cb76268810 /src/cpu/o3/thread_context_impl.hh
parente23850dd074fb623128a44b4c1453fc85e86a736 (diff)
downloadgem5-a2077ccf026f4587bf097274b241aa2c78c096e9.tar.xz
o3 cpu: Remove unused variables
Diffstat (limited to 'src/cpu/o3/thread_context_impl.hh')
-rwxr-xr-xsrc/cpu/o3/thread_context_impl.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/o3/thread_context_impl.hh b/src/cpu/o3/thread_context_impl.hh
index 2de6dbc1b..0a8dfeb3e 100755
--- a/src/cpu/o3/thread_context_impl.hh
+++ b/src/cpu/o3/thread_context_impl.hh
@@ -89,7 +89,6 @@ O3ThreadContext<Impl>::takeOverFrom(ThreadContext *old_context)
// Transfer kernel stats from one CPU to the other.
thread->kernelStats = old_context->getKernelStats();
- cpu->lockFlag = false;
} else {
thread->funcExeInst = old_context->readFuncExeInst();
}