X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=dev%2Ftsunami.cc;h=c44da69b7f134a52ef7b14988bfbe0f5f3dbe0e7;hb=f1f85c5470c67adc5071296c53e69abb0b47b09c;hp=8956ee557f8a2ee96cb4077c50d0046938558127;hpb=aa14ee48649e4c885e4be9b2e6e40911d1ec3d17;p=gem5.git diff --git a/dev/tsunami.cc b/dev/tsunami.cc index 8956ee557..c44da69b7 100644 --- a/dev/tsunami.cc +++ b/dev/tsunami.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 The Regents of The University of Michigan + * Copyright (c) 2004 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -31,7 +31,7 @@ #include #include "cpu/intr_control.hh" -#include "dev/console.hh" +#include "dev/simconsole.hh" #include "dev/etherdev.hh" #include "dev/ide_ctrl.hh" #include "dev/tlaser_clock.hh" @@ -56,6 +56,12 @@ Tsunami::Tsunami(const string &name, System *s, intr_sum_type[i] = 0; } +Tick +Tsunami::intrFrequency() +{ + return io->frequency(); +} + void Tsunami::postConsoleInt() {