From afa7a34563554cfe2c0c11eef834c2e7222a4c06 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 10 Oct 2011 00:38:57 -0700 Subject: SPARC: Let the TLB have friends in FS mode. --- src/arch/sparc/tlb.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/sparc/tlb.hh') 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: -- cgit v1.2.3