diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 0bdef347f0..ec10a97983 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -36,7 +36,7 @@ config AP_SIPI_VECTOR default 0xfffff000 help This must equal address of ap_sipi_vector from bootblock build. - + config MMX bool help diff --git a/src/cpu/intel/car/cache_as_ram_ht.inc b/src/cpu/intel/car/cache_as_ram_ht.inc index 2485e20e5e..ca107c4c56 100644 --- a/src/cpu/intel/car/cache_as_ram_ht.inc +++ b/src/cpu/intel/car/cache_as_ram_ht.inc @@ -128,7 +128,7 @@ bsp_init: jnz 1b post_code(0x24) - + /* For a hyper-threading processor, cache must not be disabled * on an AP on the same physical package with the BSP. */