summaryrefslogtreecommitdiff
path: root/src/arch/alpha/linux/system.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-07 05:38:33 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-07 05:38:33 -0500
commitda24915181516740e94efc7de4d9e9263c663e0d (patch)
treed2d045da1b921e6e902ea7afefd1907fd803ec6e /src/arch/alpha/linux/system.hh
parent4bfb8547bbdee3bd0ec23ae067ff04fd5e07f4be (diff)
downloadgem5-da24915181516740e94efc7de4d9e9263c663e0d.tar.xz
Moved the idle event out of system_events.hh. The skipFuncEvent can be made ISA independent by making it use the #define for branch delay slots (and NNPC)
--HG-- extra : convert_revision : b2631b1163397ecc99f2f315e2b88537e2002731
Diffstat (limited to 'src/arch/alpha/linux/system.hh')
-rw-r--r--src/arch/alpha/linux/system.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/alpha/linux/system.hh b/src/arch/alpha/linux/system.hh
index 6921ba820..d4c92ac01 100644
--- a/src/arch/alpha/linux/system.hh
+++ b/src/arch/alpha/linux/system.hh
@@ -39,6 +39,7 @@ class BreakPCEvent;
class IdleStartEvent;
#include "arch/alpha/system.hh"
+#include "kern/alpha/idle_event.hh"
#include "kern/linux/events.hh"
using namespace AlphaISA;