diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-04-19 02:42:19 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-04-19 02:42:19 -0700 |
commit | 9549694ecd1cc80e2b690631ea58d14778d368af (patch) | |
tree | e64227a28dddf384d04e338d19eb80e430deec11 /src/dev/x86/SConscript | |
parent | 06d25dcd26bda01ec1377d7c9ecdc3d4d05c49ce (diff) | |
download | gem5-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/SConscript | 1 |
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') |