changeset 18173b099ed1 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=18173b099ed1
description:
        sparc: init. cache state in TLB
        valgrind complains and its a potential source of instability, so go 
ahead
        and set it to 0 to start

diffstat:

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

diffs (12 lines):

diff -r a4e999395e15 -r 18173b099ed1 src/arch/sparc/tlb.cc
--- a/src/arch/sparc/tlb.cc     Sun Jun 19 21:43:35 2011 -0400
+++ b/src/arch/sparc/tlb.cc     Sun Jun 19 21:43:35 2011 -0400
@@ -50,7 +50,7 @@
 
 TLB::TLB(const Params *p)
     : BaseTLB(p), size(p->size), usedEntries(0), lastReplaced(0),
-      cacheValid(false)
+      cacheState(0), cacheValid(false)
 {
     // To make this work you'll have to change the hypervisor and OS
     if (size > 64)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to