diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-11-13 02:05:32 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-11-13 02:05:32 -0800 |
commit | 5fcd11eaa57dbb02b24c3ba5bd991473f404f081 (patch) | |
tree | 532b53b460149e885d17ea27596a72bbbbe29f83 /src/dev/alpha/tsunami.cc | |
parent | 362a53e5726c0b619f6962bc48ab238817c9a474 (diff) | |
download | gem5-5fcd11eaa57dbb02b24c3ba5bd991473f404f081.tar.xz |
SE/FS: Get rid of FULL_SYSTEM in dev.
Diffstat (limited to 'src/dev/alpha/tsunami.cc')
-rw-r--r-- | src/dev/alpha/tsunami.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dev/alpha/tsunami.cc b/src/dev/alpha/tsunami.cc index 65154c7d8..41a2fef0c 100644 --- a/src/dev/alpha/tsunami.cc +++ b/src/dev/alpha/tsunami.cc @@ -36,12 +36,7 @@ #include <string> #include <vector> -#include "config/full_system.hh" - -#if FULL_SYSTEM //XXX AlphaSystem doesn't build in SE mode yet. #include "arch/alpha/system.hh" -#endif - #include "config/the_isa.hh" #include "cpu/intr_control.hh" #include "dev/alpha/tsunami.hh" @@ -64,11 +59,9 @@ Tsunami::Tsunami(const Params *p) void Tsunami::init() { -#if FULL_SYSTEM //XXX AlphaSystem doesn't build in SE mode yet. AlphaSystem *alphaSystem = dynamic_cast<AlphaSystem *>(system); assert(alphaSystem); alphaSystem->setIntrFreq(io->frequency()); -#endif } void |