changeset ca2ae1194e11 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=ca2ae1194e11
description:
        SPARC: Let the TLB have friends in FS mode.

diffstat:

 src/arch/sparc/tlb.hh |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 01be402c5bf1 -r ca2ae1194e11 src/arch/sparc/tlb.hh
--- a/src/arch/sparc/tlb.hh     Mon Oct 10 00:31:51 2011 -0700
+++ b/src/arch/sparc/tlb.hh     Mon Oct 10 00:38:57 2011 -0700
@@ -48,11 +48,9 @@
 
 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:
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to