diff options
Diffstat (limited to 'src/arch/power')
-rw-r--r-- | src/arch/power/tlb.cc | 2 |
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") |