Interrupts: Make the IO APIC go get the local APICs.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 9 Oct 2011 11:44:02 +0000 (04:44 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 9 Oct 2011 11:44:02 +0000 (04:44 -0700)
commit48b40cff650cb071b189826af2f2e1f78434f49b
treecdd36ce1e5caec2f5846f310801053ea91952c03
parentf338d60930e973d330d13715b8617c22b980dcca
Interrupts: Make the IO APIC go get the local APICs.

This is so they don't have to declare themselves to the IO APIC and don't have
to have a pointer to the platform object.
src/arch/x86/X86LocalApic.py
src/arch/x86/interrupts.cc
src/arch/x86/interrupts.hh
src/dev/x86/i82094aa.cc
src/dev/x86/i82094aa.hh