diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-04-23 01:43:00 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-04-23 01:43:00 -0700 |
commit | ee7055c289c5a5181f425ad0851fb12d9e236146 (patch) | |
tree | c54dfc8215f385b9e054e25832e02f85a74b6a19 /src/arch/x86/tlb.hh | |
parent | b4816037bacb28e3be84cd097d63eaa52d4f7795 (diff) | |
download | gem5-ee7055c289c5a5181f425ad0851fb12d9e236146.tar.xz |
X86: Put the StoreCheck flag with the others, and don't collide with other flags.
Diffstat (limited to 'src/arch/x86/tlb.hh')
-rw-r--r-- | src/arch/x86/tlb.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/tlb.hh b/src/arch/x86/tlb.hh index a9d3a4fa6..f55c26435 100644 --- a/src/arch/x86/tlb.hh +++ b/src/arch/x86/tlb.hh @@ -79,8 +79,6 @@ namespace X86ISA { class Walker; - static const unsigned StoreCheck = 1 << NUM_SEGMENTREGS; - class TLB : public BaseTLB { protected: |