From 0cc2ce432771a2625214973c471461e7df9c4a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 18 Aug 2017 11:46:32 +0300 Subject: arch/x86: Clean up CONFIG_SMP and MAX_CPUS test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7c138758707f87c0d7a827b6887c7752d3714cde Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21088 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Aaron Durbin --- src/cpu/x86/lapic/secondary.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/x86/lapic/secondary.S') diff --git a/src/cpu/x86/lapic/secondary.S b/src/cpu/x86/lapic/secondary.S index 27ee697db1..671114ac9b 100644 --- a/src/cpu/x86/lapic/secondary.S +++ b/src/cpu/x86/lapic/secondary.S @@ -14,7 +14,6 @@ #include #include -#if IS_ENABLED(CONFIG_SMP) && CONFIG_MAX_CPUS > 1 .text .globl _secondary_start, _secondary_start_end, _secondary_gdt_addr .balign 4096 @@ -80,4 +79,3 @@ __ap_protected_start: jmp 1b .code32 -#endif -- cgit v1.2.3