summaryrefslogtreecommitdiff
path: root/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-07-23 16:07:31 -0600
committerMartin Roth <martinroth@google.com>2017-07-28 16:24:49 +0000
commite5f2d4c44c3222cfad881fe24a65c1dc2cfa5cda (patch)
treeb70dd7b493e71cdc98046cf6b87cd09113f65b79 /src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
parent015082dff3c75b7a1fa74203801ffc1ada193ff5 (diff)
downloadcoreboot-e5f2d4c44c3222cfad881fe24a65c1dc2cfa5cda.tar.xz
src/cpu: Fix checkpatch warning: no spaces at the start of a line
Change-Id: Iabdaaaee49e8c5cead304cda66412aa36a2ffd19 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20729 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/cpu/amd/family_10h-family_15h/model_10xxx_init.c')
-rw-r--r--src/cpu/amd/family_10h-family_15h/model_10xxx_init.c6
1 files changed, 3 insertions, 3 deletions
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();