summaryrefslogtreecommitdiff
path: root/src/arch/x86/interrupts.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-04-19 03:56:36 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-04-19 03:56:36 -0700
commit18b38631274aa6197cb637f2e69d765dd24c8cf3 (patch)
tree9ad3c52c7b3c4e6060255f2e5462a7c791f9de30 /src/arch/x86/interrupts.hh
parent4d32cd10ce5543fcec1ffb21d5e66c510d29e24d (diff)
downloadgem5-18b38631274aa6197cb637f2e69d765dd24c8cf3.tar.xz
X86: Only recognize the first startup IPI after INIT or reset.
Diffstat (limited to 'src/arch/x86/interrupts.hh')
-rw-r--r--src/arch/x86/interrupts.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/interrupts.hh b/src/arch/x86/interrupts.hh
index ba92c77d6..6ae77d7e3 100644
--- a/src/arch/x86/interrupts.hh
+++ b/src/arch/x86/interrupts.hh
@@ -131,6 +131,7 @@ class Interrupts : public BasicPioDevice, IntDev
uint8_t initVector;
bool pendingStartup;
uint8_t startupVector;
+ bool startedUp;
// This is a quick check whether any of the above (except ExtInt) are set.
bool pendingUnmaskableInt;