SPARC: Let the TLB have friends in FS mode.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 10 Oct 2011 07:38:57 +0000 (00:38 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 10 Oct 2011 07:38:57 +0000 (00:38 -0700)
src/arch/sparc/tlb.hh

index 7d33f7044a3f67fec60452f69d30ae1f995f4bc6..fe61117590d5d1377a6fd852d12352956a4eaf09 100644 (file)
@@ -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: