SPARC: Let the TLB have friends in FS mode.
This commit is contained in:
parent
8eec565d0d
commit
afa7a34563
1 changed files with 0 additions and 2 deletions
|
@ -48,11 +48,9 @@ namespace SparcISA
|
||||||
|
|
||||||
class TLB : public BaseTLB
|
class TLB : public BaseTLB
|
||||||
{
|
{
|
||||||
#if !FULL_SYSTEM
|
|
||||||
// These faults need to be able to populate the tlb in SE mode.
|
// These faults need to be able to populate the tlb in SE mode.
|
||||||
friend class FastInstructionAccessMMUMiss;
|
friend class FastInstructionAccessMMUMiss;
|
||||||
friend class FastDataAccessMMUMiss;
|
friend class FastDataAccessMMUMiss;
|
||||||
#endif
|
|
||||||
|
|
||||||
// TLB state
|
// TLB state
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in a new issue