projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5268067
)
ARM: Fix issue with m5.fast and ARM
author
Ali Saidi
<saidi@eecs.umich.edu>
Thu, 3 Jun 2010 16:20:49 +0000
(12:20 -0400)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Thu, 3 Jun 2010 16:20:49 +0000
(12:20 -0400)
src/arch/arm/isa.cc
patch
|
blob
|
history
diff --git
a/src/arch/arm/isa.cc
b/src/arch/arm/isa.cc
index 60f00e43837a8719ef2fcd50e13a60102c05874e..17f95e57d5bac27ba195fe21beb7aec692326ca0 100644
(file)
--- a/
src/arch/arm/isa.cc
+++ b/
src/arch/arm/isa.cc
@@
-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());