From 9549694ecd1cc80e2b690631ea58d14778d368af Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 19 Apr 2009 02:42:19 -0700 Subject: X86: Make code that sends an interrupt from the IO APIC available for IPIs. --- src/dev/x86/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dev/x86/SConscript') 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') -- cgit v1.2.3