From 4004081e08af79238ef69fe8b6a9930419c26b39 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 24 Jan 2018 16:32:32 +0100 Subject: cpu/intel/haswell: Don't select PARALLEL_CPU_INIT PARALLEL_CPU_INIT pertains to initialize_cpus() in src/cpu/x86/lapic/lapic_cpu_init.c which haswell does not use as it uses PARALLEL_MP init. Change-Id: I46b6f72e8e372b8c8564243ece7aed3a9371c621 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/23409 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/cpu/intel/haswell/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel/haswell/Kconfig') diff --git a/src/cpu/intel/haswell/Kconfig b/src/cpu/intel/haswell/Kconfig index d6df9c0aa8..9076b88015 100644 --- a/src/cpu/intel/haswell/Kconfig +++ b/src/cpu/intel/haswell/Kconfig @@ -24,7 +24,6 @@ config CPU_SPECIFIC_OPTIONS #select AP_IN_SIPI_WAIT select TSC_SYNC_MFENCE select CPU_INTEL_FIRMWARE_INTERFACE_TABLE - select PARALLEL_CPU_INIT select PARALLEL_MP select CPU_INTEL_COMMON -- cgit v1.2.3