Whitespace fixes
Change-Id: I441326ecbda72ec7e99fc99bf40a81aa7e94ee26 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/834 Tested-by: build bot (Jenkins) Reviewed-by: Mathias Krause <minipli@googlemail.com>
This commit is contained in:
parent
087b24db2d
commit
819c7d4a35
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue