summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-20 23:50:20 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-21 09:27:16 +0000
commiteef63607b846fbbd94104f3b5e8f1d857d8f4741 (patch)
treefd136b553827ed294255c6b6b86849a03e10f347 /src/cpu
parent181de282b56be4cf54118d05b319a550bc968f30 (diff)
downloadcoreboot-eef63607b846fbbd94104f3b5e8f1d857d8f4741.tar.xz
cpu/x86/lapic/lapic_cpu_init.c: Drop unused guards
Both model_2065x and model_206ax use the parallel mp init codepath. Change-Id: I6440d413761361ee8b69d5c76b69409bd7528b5d Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37065 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/x86/lapic/lapic_cpu_init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cpu/x86/lapic/lapic_cpu_init.c b/src/cpu/x86/lapic/lapic_cpu_init.c
index e7dfc5798d..ea6a41d670 100644
--- a/src/cpu/x86/lapic/lapic_cpu_init.c
+++ b/src/cpu/x86/lapic/lapic_cpu_init.c
@@ -142,9 +142,7 @@ static int lapic_start_cpu(unsigned long apicid)
}
return 0;
}
-#if !CONFIG(CPU_AMD_MODEL_10XXX) \
- && !CONFIG(CPU_INTEL_MODEL_206AX) \
- && !CONFIG(CPU_INTEL_MODEL_2065X)
+#if !CONFIG(CPU_AMD_MODEL_10XXX)
mdelay(10);
#endif