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

Commit 5cdc5e9e authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: fully honor "nolapic", fix



Impact: build fix

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 7890ba8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1131,7 +1131,9 @@ void __cpuinit setup_local_APIC(void)
	int i, j;

	if (disable_apic) {
#ifdef CONFIG_X86_IO_APIC
		disable_ioapic_setup();
#endif
		return;
	}