X86: Record the initial APIC ID which identifies an APIC in M5.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 26 Apr 2009 09:06:21 +0000 (02:06 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 26 Apr 2009 09:06:21 +0000 (02:06 -0700)
commitc5e2cf841d2502479a8f00c20ab70ab9ae325d69
treecddec849e22944583155adb0400511c1773346e3
parent8d84f81e7041bd26320b0795800100f2aa298965
X86: Record the initial APIC ID which identifies an APIC in M5.
The ID as exposed to software can be changed. Tracking those changes in M5
would be cumbersome, especially since there's no guarantee the IDs will remain
unique.
src/arch/x86/interrupts.cc
src/arch/x86/interrupts.hh
src/dev/x86/i82094aa.cc
src/dev/x86/i82094aa.hh