Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f385d1d authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar
Browse files

x86: clearing io_apic harmless for x86_64



so remove ifdef.

Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3e970473
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1052,9 +1052,8 @@ static __init void disable_smp(void)
{
	cpu_present_map = cpumask_of_cpu(0);
	cpu_possible_map = cpumask_of_cpu(0);
#ifdef CONFIG_X86_32
	smpboot_clear_io_apic_irqs();
#endif

	if (smp_found_config)
		physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
	else