From fd52a63e24fe047e1dafc48e5da9b4ce1b086c49 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Thu, 7 Apr 2016 10:42:07 +0100 Subject: Revert to 74c1e6513bd0 (sim: Thermal support for Linux) --- src/arch/mips/tlb.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/mips') diff --git a/src/arch/mips/tlb.cc b/src/arch/mips/tlb.cc index 340c83021..d2aa5ad70 100644 --- a/src/arch/mips/tlb.cc +++ b/src/arch/mips/tlb.cc @@ -226,8 +226,6 @@ TLB::unserialize(CheckpointIn &cp) void TLB::regStats() { - BaseTLB::regStats(); - read_hits .name(name() + ".read_hits") .desc("DTB read hits") -- cgit v1.2.3