From e5f2d4c44c3222cfad881fe24a65c1dc2cfa5cda Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 23 Jul 2017 16:07:31 -0600 Subject: src/cpu: Fix checkpatch warning: no spaces at the start of a line Change-Id: Iabdaaaee49e8c5cead304cda66412aa36a2ffd19 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20729 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/cpu/amd/family_10h-family_15h/model_10xxx_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cpu/amd/family_10h-family_15h/model_10xxx_init.c') diff --git a/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c b/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c index 361a866638..1e2a467d44 100644 --- a/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c +++ b/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c @@ -92,10 +92,10 @@ static void model_10xxx_init(device_t dev) disable_cache(); for (i = 0x2; i < 0x10; i++) { - wrmsr(0x00000200 | i, msr); - } + wrmsr(0x00000200 | i, msr); + } - enable_cache(); + enable_cache(); /* Set up other MTRRs */ amd_setup_mtrrs(); -- cgit v1.2.3