From cc7730467607e1c11cdf6832c5cac04ce6813059 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 11 Nov 2006 07:16:24 -0500 Subject: The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impression that this code is ISA independent. --HG-- extra : convert_revision : 67d9e51702efbe5f5244268e3753328a6cf1a1d5 --- src/cpu/o3/alpha/cpu_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cpu/o3/alpha/cpu_impl.hh b/src/cpu/o3/alpha/cpu_impl.hh index 618716fc6..15b50cb15 100644 --- a/src/cpu/o3/alpha/cpu_impl.hh +++ b/src/cpu/o3/alpha/cpu_impl.hh @@ -231,7 +231,7 @@ Fault AlphaO3CPU::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(); -- cgit v1.2.3