summaryrefslogtreecommitdiff
path: root/src/dev/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-04-19 02:42:19 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-04-19 02:42:19 -0700
commit9549694ecd1cc80e2b690631ea58d14778d368af (patch)
treee64227a28dddf384d04e338d19eb80e430deec11 /src/dev/x86/SConscript
parent06d25dcd26bda01ec1377d7c9ecdc3d4d05c49ce (diff)
downloadgem5-9549694ecd1cc80e2b690631ea58d14778d368af.tar.xz
X86: Make code that sends an interrupt from the IO APIC available for IPIs.
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r--src/dev/x86/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript
index e7543dfdf..37b292f00 100644
--- a/src/dev/x86/SConscript
+++ b/src/dev/x86/SConscript
@@ -67,3 +67,4 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
SimObject('X86IntPin.py')
Source('intdev.cc')
+ TraceFlag('IntDev')