summaryrefslogtreecommitdiff
path: root/src/arch/sparc/tlb.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-10-10 00:38:57 -0700
committerGabe Black <gblack@eecs.umich.edu>2011-10-10 00:38:57 -0700
commitafa7a34563554cfe2c0c11eef834c2e7222a4c06 (patch)
treee0c40d48b72aaf5fbb8e2526877699042a696ab5 /src/arch/sparc/tlb.hh
parent8eec565d0ddeb6a788bc084180b223757fd9d05f (diff)
downloadgem5-afa7a34563554cfe2c0c11eef834c2e7222a4c06.tar.xz
SPARC: Let the TLB have friends in FS mode.
Diffstat (limited to 'src/arch/sparc/tlb.hh')
-rw-r--r--src/arch/sparc/tlb.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/sparc/tlb.hh b/src/arch/sparc/tlb.hh
index 7d33f7044..fe6111759 100644
--- a/src/arch/sparc/tlb.hh
+++ b/src/arch/sparc/tlb.hh
@@ -48,11 +48,9 @@ namespace SparcISA
class TLB : public BaseTLB
{
-#if !FULL_SYSTEM
// These faults need to be able to populate the tlb in SE mode.
friend class FastInstructionAccessMMUMiss;
friend class FastDataAccessMMUMiss;
-#endif
// TLB state
protected: