[PATCH 3/4] x86: Change bios_cpu_apicid to percpu data variable fixup V2

2008-01-21 Thread travis
Change static bios_cpu_apicid array to a per_cpu data variable. This includes using a static array used during initialization similar to the way x86_cpu_to_apicid[] is handled. There is one early use of bios_cpu_apicid in apic_is_clustered_box(). The other reference in cpu_present_to_apicid() is

[PATCH 3/4] x86: Change bios_cpu_apicid to percpu data variable fixup V2

2008-01-21 Thread travis
Change static bios_cpu_apicid array to a per_cpu data variable. This includes using a static array used during initialization similar to the way x86_cpu_to_apicid[] is handled. There is one early use of bios_cpu_apicid in apic_is_clustered_box(). The other reference in cpu_present_to_apicid() is