summaryrefslogtreecommitdiff
path: root/src/cpu/o3/alpha
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-10-23 14:32:35 -0400
committerKevin Lim <ktlim@umich.edu>2006-10-23 14:32:35 -0400
commitce4531c0794ee57c0029bc905802a7856832d941 (patch)
tree4d6c87eae2b07f350dc7aa26454e9304aec457dd /src/cpu/o3/alpha
parentef8b7713ca1b6120ae4e851877f2a9ce71296219 (diff)
parent4ccccfef7144d6c36acdb780395141e5d71890c1 (diff)
downloadgem5-ce4531c0794ee57c0029bc905802a7856832d941.tar.xz
Merge ktlim@zizzer:/bk/newmem
into zamp.eecs.umich.edu:/z/ktlim2/clean/o3-merge/newmem --HG-- extra : convert_revision : 161c35ade82f2471e605d948dca56cfa216693fd
Diffstat (limited to 'src/cpu/o3/alpha')
-rw-r--r--src/cpu/o3/alpha/cpu_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/alpha/cpu_impl.hh b/src/cpu/o3/alpha/cpu_impl.hh
index b7362fad9..8c3d7ee32 100644
--- a/src/cpu/o3/alpha/cpu_impl.hh
+++ b/src/cpu/o3/alpha/cpu_impl.hh
@@ -260,7 +260,7 @@ Fault
AlphaO3CPU<Impl>::hwrei(unsigned tid)
{
// Need to clear the lock flag upon returning from an interrupt.
- this->lockFlag = false;
+ this->setMiscReg(TheISA::Lock_Flag_DepTag, false, tid);
this->thread[tid]->kernelStats->hwrei();