The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impression...
authorGabe Black <gblack@eecs.umich.edu>
Sat, 11 Nov 2006 12:16:24 +0000 (07:16 -0500)
committerGabe 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

index 618716fc6de3a0f070ae9d0ce23213513f7c7ffe..15b50cb15c7a92116c2d97e8c8208d07a6db73a4 100644 (file)
@@ -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();