diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:24:13 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:24:13 +0200 |
commit | e3ae0acf59244ecf5b023ec99cef4b6b29d649bc (patch) | |
tree | 02a8bfdcab61677430ecfe04e9e44e1007c35f0e /arch/x86/kernel/apic_32.c | |
parent | Merge branch 'x86/nmi' into x86/devel (diff) | |
parent | x86, SGI UV: uv_ptc_proc_write fix (diff) | |
download | linux-e3ae0acf59244ecf5b023ec99cef4b6b29d649bc.tar.xz linux-e3ae0acf59244ecf5b023ec99cef4b6b29d649bc.zip |
Merge branch 'x86/uv' into x86/devel
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r-- | arch/x86/kernel/apic_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index 84ce106b33c8..dd8de26b2786 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c @@ -1267,7 +1267,7 @@ int __init APIC_init_uniprocessor(void) #ifdef CONFIG_CRASH_DUMP boot_cpu_physical_apicid = GET_APIC_ID(read_apic_id()); #endif - phys_cpu_present_map = physid_mask_of_physid(boot_cpu_physical_apicid); + physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); setup_local_APIC(); |