diff options
Diffstat (limited to 'arch/x86/kernel/apic_64.c')
-rw-r--r-- | arch/x86/kernel/apic_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c index e494809fc508..d9d663ffa641 100644 --- a/arch/x86/kernel/apic_64.c +++ b/arch/x86/kernel/apic_64.c | |||
@@ -918,7 +918,7 @@ int __init APIC_init_uniprocessor(void) | |||
918 | 918 | ||
919 | verify_local_APIC(); | 919 | verify_local_APIC(); |
920 | 920 | ||
921 | phys_cpu_present_map = physid_mask_of_physid(boot_cpu_physical_apicid); | 921 | physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map); |
922 | apic_write(APIC_ID, SET_APIC_ID(boot_cpu_physical_apicid)); | 922 | apic_write(APIC_ID, SET_APIC_ID(boot_cpu_physical_apicid)); |
923 | 923 | ||
924 | setup_local_APIC(); | 924 | setup_local_APIC(); |