diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-27 23:55:10 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:31 +0200 |
commit | 837e0e7a7f574220c87c552cca9f425575418621 (patch) | |
tree | ce1f1a8441e243b57599605f18741e22b665b28f /arch/x86/kernel/mpparse_32.c | |
parent | 0c254e38d294d3720588e2a1fd954d828073f1dc (diff) | |
download | kernel_samsung_espresso10-837e0e7a7f574220c87c552cca9f425575418621.zip kernel_samsung_espresso10-837e0e7a7f574220c87c552cca9f425575418621.tar.gz kernel_samsung_espresso10-837e0e7a7f574220c87c552cca9f425575418621.tar.bz2 |
x86: move boot_cpu_physical_apicid to apic_32.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mpparse_32.c')
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index e5376dc..9143810 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c @@ -61,13 +61,11 @@ int nr_ioapics; int pic_mode; -/* Processor that is doing the boot up */ -unsigned int boot_cpu_physical_apicid = -1U; - /* Make it easy to share the UP and SMP code: */ #ifndef CONFIG_X86_SMP unsigned int num_processors; unsigned disabled_cpus __cpuinitdata; +unsigned int boot_cpu_physical_apicid = -1U; #endif /* Make it easy to share the UP and SMP code: */ |