From 86a93fe7b9576045b5e085965ec85692379823e7 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 15 Jun 2010 01:18:36 -0700 Subject: stats: only consider a formula initialized if there is a formula --- src/arch/power/tlb.cc | 5 ----- src/arch/power/tlb.hh | 1 - 2 files changed, 6 deletions(-) (limited to 'src/arch/power') diff --git a/src/arch/power/tlb.cc b/src/arch/power/tlb.cc index 292f13078..a0ff69391 100644 --- a/src/arch/power/tlb.cc +++ b/src/arch/power/tlb.cc @@ -265,11 +265,6 @@ TLB::regStats() .desc("DTB misses") ; - invalids - .name(name() + ".invalids") - .desc("DTB access violations") - ; - accesses .name(name() + ".accesses") .desc("DTB accesses") diff --git a/src/arch/power/tlb.hh b/src/arch/power/tlb.hh index 1794de626..4445995fc 100644 --- a/src/arch/power/tlb.hh +++ b/src/arch/power/tlb.hh @@ -123,7 +123,6 @@ class TLB : public BaseTLB mutable Stats::Scalar write_accesses; Stats::Formula hits; Stats::Formula misses; - Stats::Formula invalids; Stats::Formula accesses; public: -- cgit v1.2.3