SPARC: Let the TLB have friends in FS mode.

This commit is contained in:
Gabe Black 2011-10-10 00:38:57 -07:00
parent 8eec565d0d
commit afa7a34563

View 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: