summaryrefslogtreecommitdiff
path: root/kern/linux/linux_system.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-09-16 00:37:21 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-09-16 00:37:21 -0400
commita71541a3e81067ebb1b974a2d74c951dc7fcb628 (patch)
tree4015ec6d47548fe3698fdef907439f658b9ba6aa /kern/linux/linux_system.hh
parenta125a77310dcd777d92749d1306956958d2e8032 (diff)
downloadgem5-a71541a3e81067ebb1b974a2d74c951dc7fcb628.tar.xz
switch contexts on palcode rather than kernel code
cpu/pc_event.cc: mask off lower three bits so we can have an event in palcode --HG-- extra : convert_revision : 49fcdc5c359ca2bd9149f092f80f77abcd7b20ee
Diffstat (limited to 'kern/linux/linux_system.hh')
-rw-r--r--kern/linux/linux_system.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/linux/linux_system.hh b/kern/linux/linux_system.hh
index f5fd2b06b..5e3cba9b3 100644
--- a/kern/linux/linux_system.hh
+++ b/kern/linux/linux_system.hh
@@ -98,6 +98,8 @@ class LinuxSystem : public System
* Event to bin Interrupts seperately from kernel code
*/
InterruptEndEvent *intEndEvent;
+ InterruptEndEvent *intEndEvent2;
+ InterruptEndEvent *intEndEvent3;
/** Grab the PCBB of the idle process when it starts */
IdleStartEvent *idleStartEvent;