[PATCH 10/10] x86: Change bios_cpu_apicid to percpu data variable V3

2008-01-16 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 c

[PATCH 10/10] x86: Change bios_cpu_apicid to percpu data variable V2

2008-01-14 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 c

[PATCH 10/10] x86: Change bios_cpu_apicid to percpu data variable

2008-01-13 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 c