diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-05-28 23:50:23 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-05-28 23:50:23 -0400 |
commit | 5cc0306691e3d0dc65b55b9426f55e1a8a93a970 (patch) | |
tree | e13c365a0608459ec71675a0091505b63b487715 /src/arch/sparc | |
parent | 981471c31db18aa55f9dfacd590db1728858baaf (diff) | |
download | gem5-5cc0306691e3d0dc65b55b9426f55e1a8a93a970.tar.xz |
Moved the Bit64 constant out of the regfile.hh into isa_traits.cc, which is the only place it was used.
--HG--
extra : convert_revision : 0a9bb7134f7a7f981ea40294e0877ce46d7d693e
Diffstat (limited to 'src/arch/sparc')
-rw-r--r-- | src/arch/sparc/regfile.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/sparc/regfile.hh b/src/arch/sparc/regfile.hh index 4dfdc0cf3..e8397364e 100644 --- a/src/arch/sparc/regfile.hh +++ b/src/arch/sparc/regfile.hh @@ -51,15 +51,11 @@ namespace SparcISA // NWINDOWS - number of register windows, can be 3 to 32 const int NWindows = 32; - const int AsrStart = 0; const int PrStart = 32; const int HprStart = 64; const int MiscStart = 96; - - const uint64_t Bit64 = 0x8000000000000000; - class IntRegFile { protected: @@ -603,8 +599,6 @@ namespace SparcISA hpstateFields.red = 1; hpstateFields.hpriv = 1; hpstateFields.tlz = 0; // this is a guess - - #else /* //This sets up the initial state of the processor for usermode processes pstateFields.priv = 0; //Process runs in user mode |