projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78bd8fe
)
ARM: Get rid of NumInternalProcRegs.
author
Gabe Black
<gblack@eecs.umich.edu>
Sun, 8 Nov 2009 10:00:55 +0000
(
02:00
-0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Sun, 8 Nov 2009 10:00:55 +0000
(
02:00
-0800)
That constant is a carry over from Alpha and doesn't do anything in ARM.
src/arch/arm/registers.hh
patch
|
blob
|
history
diff --git
a/src/arch/arm/registers.hh
b/src/arch/arm/registers.hh
index 04fd00f3a1ffc9bbe35cc3e70fde26c500cc8ccb..41bbf4e7f2c080f562995ae9be3cfbd728af654e 100644
(file)
--- a/
src/arch/arm/registers.hh
+++ b/
src/arch/arm/registers.hh
@@
-55,7
+55,6
@@
typedef uint64_t MiscReg;
const int NumIntArchRegs = NUM_ARCH_INTREGS;
const int NumFloatArchRegs = 16;
const int NumFloatSpecialRegs = 5;
-const int NumInternalProcRegs = 0;
const int NumIntRegs = NUM_INTREGS;
const int NumFloatRegs = NumFloatArchRegs + NumFloatSpecialRegs;