diff options
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
-rw-r--r-- | arch/x86/kernel/apic/io_apic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c index 943d814ef8e..2fc696e4d56 100644 --- a/arch/x86/kernel/apic/io_apic.c +++ b/arch/x86/kernel/apic/io_apic.c | |||
@@ -4109,7 +4109,8 @@ void __init pre_init_apic_IRQ0(void) | |||
4109 | 4109 | ||
4110 | printk(KERN_INFO "Early APIC setup for system timer0\n"); | 4110 | printk(KERN_INFO "Early APIC setup for system timer0\n"); |
4111 | #ifndef CONFIG_SMP | 4111 | #ifndef CONFIG_SMP |
4112 | phys_cpu_present_map = physid_mask_of_physid(boot_cpu_physical_apicid); | 4112 | physid_set_mask_of_physid(boot_cpu_physical_apicid, |
4113 | &phys_cpu_present_map); | ||
4113 | #endif | 4114 | #endif |
4114 | /* Make sure the irq descriptor is set up */ | 4115 | /* Make sure the irq descriptor is set up */ |
4115 | cfg = alloc_irq_and_cfg_at(0, 0); | 4116 | cfg = alloc_irq_and_cfg_at(0, 0); |