summaryrefslogtreecommitdiff
path: root/src/arch/x86/intmessage.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-04-19 02:43:22 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-04-19 02:43:22 -0700
commit641513fe08f21d38b5aaf92638657ed3e2d37962 (patch)
treeb20b2e8647057389de26f8b2e09fd043c1c46950 /src/arch/x86/intmessage.hh
parent9549694ecd1cc80e2b690631ea58d14778d368af (diff)
downloadgem5-641513fe08f21d38b5aaf92638657ed3e2d37962.tar.xz
X86: Start implementing the interrupt command register in the local APIC.
Diffstat (limited to 'src/arch/x86/intmessage.hh')
-rw-r--r--src/arch/x86/intmessage.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/intmessage.hh b/src/arch/x86/intmessage.hh
index f5f8519e2..ec3a76c66 100644
--- a/src/arch/x86/intmessage.hh
+++ b/src/arch/x86/intmessage.hh
@@ -34,6 +34,7 @@
#include "arch/x86/x86_traits.hh"
#include "base/bitunion.hh"
#include "mem/packet.hh"
+#include "mem/packet_access.hh"
#include "mem/request.hh"
#include "sim/host.hh"