From 819c7d4a35b7b11a832d8e52d34b6f5b32e24cc4 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 31 Mar 2012 13:08:12 +0200 Subject: [PATCH] Whitespace fixes Change-Id: I441326ecbda72ec7e99fc99bf40a81aa7e94ee26 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/834 Tested-by: build bot (Jenkins) Reviewed-by: Mathias Krause --- src/cpu/Kconfig | 2 +- src/cpu/intel/car/cache_as_ram_ht.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 0bdef347f..ec10a9798 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 2485e20e5..ca107c4c5 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. */ -- 2.25.1