summaryrefslogtreecommitdiff
path: root/src/arch/power/tlb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/tlb.cc')
-rw-r--r--src/arch/power/tlb.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/power/tlb.cc b/src/arch/power/tlb.cc
index 90a341d85..edfb4f453 100644
--- a/src/arch/power/tlb.cc
+++ b/src/arch/power/tlb.cc
@@ -223,8 +223,6 @@ TLB::unserialize(CheckpointIn &cp)
void
TLB::regStats()
{
- BaseTLB::regStats();
-
read_hits
.name(name() + ".read_hits")
.desc("DTB read hits")