diff -r a8aeed98a291 -r 198b17508435 src/arch/sparc/tlb.cc --- a/src/arch/sparc/tlb.cc Thu Jun 09 01:47:58 2011 -0400 +++ b/src/arch/sparc/tlb.cc Thu Jun 09 01:47:59 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)