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/alpha/tlb.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/alpha') diff --git a/src/arch/alpha/tlb.cc b/src/arch/alpha/tlb.cc index fcd2b518b..3360b34c5 100644 --- a/src/arch/alpha/tlb.cc +++ b/src/arch/alpha/tlb.cc @@ -76,8 +76,6 @@ TLB::~TLB() void TLB::regStats() { - BaseTLB::regStats(); - fetch_hits .name(name() + ".fetch_hits") .desc("ITB hits"); -- cgit v1.2.3