summaryrefslogtreecommitdiff
path: root/src/arch/mips/linux/system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/linux/system.cc')
-rw-r--r--src/arch/mips/linux/system.cc2
1 files changed, 1 insertions, 1 deletions
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));
/**