diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-10-30 00:33:02 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-10-30 00:33:02 -0700 |
commit | 1d8822a3647244d2386568f688203a48bda7b49e (patch) | |
tree | 3fa6ffc863fbda9826b98dfe24baf2dbec197eae /src/arch/x86/tlb.hh | |
parent | facb40f3ffce30cd9bc3b904eed5761d2d8b91c9 (diff) | |
download | gem5-1d8822a3647244d2386568f688203a48bda7b49e.tar.xz |
X86: Get rid of more uses of FULL_SYSTEM.
Diffstat (limited to 'src/arch/x86/tlb.hh')
-rw-r--r-- | src/arch/x86/tlb.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86/tlb.hh b/src/arch/x86/tlb.hh index e82784900..449ca19ce 100644 --- a/src/arch/x86/tlb.hh +++ b/src/arch/x86/tlb.hh @@ -46,7 +46,6 @@ #include "arch/x86/regs/segment.hh" #include "arch/x86/pagetable.hh" -#include "config/full_system.hh" #include "mem/mem_object.hh" #include "mem/request.hh" #include "params/X86TLB.hh" @@ -116,11 +115,6 @@ namespace X86ISA void translateTiming(RequestPtr req, ThreadContext *tc, Translation *translation, Mode mode); -#if FULL_SYSTEM - Tick doMmuRegRead(ThreadContext *tc, Packet *pkt); - Tick doMmuRegWrite(ThreadContext *tc, Packet *pkt); -#endif - TlbEntry * insert(Addr vpn, TlbEntry &entry); // Checkpointing |