ARM: Fix issue with m5.fast and ARM
authorAli Saidi <saidi@eecs.umich.edu>
Thu, 3 Jun 2010 16:20:49 +0000 (12:20 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Thu, 3 Jun 2010 16:20:49 +0000 (12:20 -0400)
src/arch/arm/isa.cc

index 60f00e43837a8719ef2fcd50e13a60102c05874e..17f95e57d5bac27ba195fe21beb7aec692326ca0 100644 (file)
@@ -424,10 +424,7 @@ ISA::setMiscReg(int misc_reg, const MiscReg &val, ThreadContext *tc)
                       flags = TLB::MustBeOne | TLB::UserMode;
                       mode = BaseTLB::Write;
                       break;
-                  case MISCREG_V2POWPR:
-                  case MISCREG_V2POWPW:
-                  case MISCREG_V2POWUR:
-                  case MISCREG_V2POWUW:
+                  default:
                       panic("Security Extensions not implemented!");
               }
               req->setVirt(0, val, 1, flags, tc->readPC());