From e99828b06a1b694b7aca09682ae2b1be9089af88 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 15 Apr 2010 16:24:12 -0700 Subject: tick: rename Clock namespace to SimClock --- src/arch/mips/linux/system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/mips/linux/system.cc') diff --git a/src/arch/mips/linux/system.cc b/src/arch/mips/linux/system.cc index 295e22a61..ff07f526a 100644 --- a/src/arch/mips/linux/system.cc +++ b/src/arch/mips/linux/system.cc @@ -85,7 +85,7 @@ LinuxMipsSystem::LinuxMipsSystem(Params *p) * calculated it by using the PIT, RTC, etc. */ if (kernelSymtab->findAddress("est_cycle_freq", addr)) - virtPort.write(addr, (uint64_t)(Clock::Frequency / + virtPort.write(addr, (uint64_t)(SimClock::Frequency / p->boot_cpu_frequency)); /** -- cgit v1.2.3