X86: Make code that sends an interrupt from the IO APIC available for IPIs.

This commit is contained in:
Gabe Black
2009-04-19 02:42:19 -07:00
parent 06d25dcd26
commit 9549694ecd
4 changed files with 54 additions and 48 deletions

View File

@@ -67,3 +67,4 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
SimObject('X86IntPin.py')
Source('intdev.cc')
TraceFlag('IntDev')