projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
239a89e
)
The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impression...
author
Gabe Black
<gblack@eecs.umich.edu>
Sat, 11 Nov 2006 12:16:24 +0000
(07:16 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sat, 11 Nov 2006 12:16:24 +0000
(07:16 -0500)
--HG--
extra : convert_revision :
67d9e51702efbe5f5244268e3753328a6cf1a1d5
src/cpu/o3/alpha/cpu_impl.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/alpha/cpu_impl.hh
b/src/cpu/o3/alpha/cpu_impl.hh
index 618716fc6de3a0f070ae9d0ce23213513f7c7ffe..15b50cb15c7a92116c2d97e8c8208d07a6db73a4 100644
(file)
--- a/
src/cpu/o3/alpha/cpu_impl.hh
+++ b/
src/cpu/o3/alpha/cpu_impl.hh
@@
-231,7
+231,7
@@
Fault
AlphaO3CPU<Impl>::hwrei(unsigned tid)
{
// Need to clear the lock flag upon returning from an interrupt.
- this->setMiscReg(
TheISA::Lock_Flag_DepTag
, false, tid);
+ this->setMiscReg(
AlphaISA::MISCREG_LOCKFLAG
, false, tid);
this->thread[tid]->kernelStats->hwrei();