summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_106cx/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2022-01-29 10:22:31 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-02-01 20:29:54 +0000
commitbab9d72f1528610a0200a5afb7e7ebc35ffe99aa (patch)
tree28d3caea7b86e11d03cd2a4c12bde82647455cfb /src/cpu/intel/model_106cx/Kconfig
parentd91af22f1115a5da262901048c12fce59dc94485 (diff)
downloadcoreboot-bab9d72f1528610a0200a5afb7e7ebc35ffe99aa.tar.gz
coreboot-bab9d72f1528610a0200a5afb7e7ebc35ffe99aa.tar.bz2
coreboot-bab9d72f1528610a0200a5afb7e7ebc35ffe99aa.zip
cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION
It was only evaluated on LEGACY_SMP_INIT path while model_106cx has used PARALLEL_MP for a long time. Change-Id: I90ce838f1041d55a7c77ca80e563e413ef3ff88d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61479 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/cpu/intel/model_106cx/Kconfig')
-rw-r--r--src/cpu/intel/model_106cx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig
index 76e0423dd09b..85f6288719bf 100644
--- a/src/cpu/intel/model_106cx/Kconfig
+++ b/src/cpu/intel/model_106cx/Kconfig
@@ -8,6 +8,5 @@ config CPU_INTEL_MODEL_106CX
select AP_IN_SIPI_WAIT
select TSC_SYNC_MFENCE
select SUPPORT_CPU_UCODE_IN_CBFS
- select SERIALIZED_SMM_INITIALIZATION
select CPU_INTEL_COMMON
select CPU_INTEL_COMMON_TIMEBASE