Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44240 )
Change subject: cpu/intel/model_6xx: Align cosmetics ......................................................................
cpu/intel/model_6xx: Align cosmetics
Add a comment and remove some spaces to align with similar CPUs.
Change-Id: I825766a638581b247281df9d16bcfb9c02a43dad Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/cpu/intel/model_6xx/model_6xx_init.c 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/44240/1
diff --git a/src/cpu/intel/model_6xx/model_6xx_init.c b/src/cpu/intel/model_6xx/model_6xx_init.c index f394b5f..8ebc7ee 100644 --- a/src/cpu/intel/model_6xx/model_6xx_init.c +++ b/src/cpu/intel/model_6xx/model_6xx_init.c @@ -14,6 +14,8 @@
/* Turn on caching if we haven't already */ x86_enable_cache(); + + /* Setup MTRRs */ x86_setup_mtrrs(); x86_mtrr_check();
@@ -22,7 +24,7 @@ };
static struct device_operations cpu_dev_ops = { - .init = model_6xx_init, + .init = model_6xx_init, };
static const struct cpu_device_id cpu_table[] = {