• William Lee Irwin III's avatar
    [PATCH] Fix APIC ID handling · 7c2b7264
    William Lee Irwin III authored
    Fix APIC ID lookup.  In the bios_cpu_apicid[] case, it would walk off
    the end of bios_cpu_apicid[] and attempt to send APIC INIT messages to
    garbage without this patch, and in the NUMA-Q case, it would attempt to
    send NMI wakeups to destinations in the broadcast cluster (which is
    harmless, but very poor form) without this patch.
    7c2b7264
mach_apic.h 3.45 KB