x86: change boot_cpu_id to boot_cpu_physical_apicid
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 19 Mar 2008 17:25:58 +0000 (14:25 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:41:02 +0000 (17:41 +0200)
commitc70dcb74309cedfa64f0060f4a84792e873ceb53
treeeb2d31f3a9060632e82d4b6e0b648657b4d31859
parent9d97d0da71ad6c7ceb76b4e29b02bed1ee9d4cd2
x86: change boot_cpu_id to boot_cpu_physical_apicid

This is to match i386. The former name was cuter,
but the current is more meaningful and more general,
since cpu_id can be a logical id.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic_64.c
arch/x86/kernel/mpparse_64.c
arch/x86/kernel/smpboot_64.c
include/asm-x86/apic.h
include/asm-x86/smp.h
include/asm-x86/smp_32.h
include/asm-x86/smp_64.h