[coreboot] [commit] r5511 - trunk/src/cpu/amd/model_fxx

repository service svn at coreboot.org
Tue Apr 27 17:00:18 CEST 2010


Author: myles
Date: Tue Apr 27 17:00:18 2010
New Revision: 5511
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5511

Log:
Enable the cache before initializing the processor name, like model_10 does.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/cpu/amd/model_fxx/model_fxx_init.c

Modified: trunk/src/cpu/amd/model_fxx/model_fxx_init.c
==============================================================================
--- trunk/src/cpu/amd/model_fxx/model_fxx_init.c	Tue Apr 27 11:23:33 2010	(r5510)
+++ trunk/src/cpu/amd/model_fxx/model_fxx_init.c	Tue Apr 27 17:00:18 2010	(r5511)
@@ -515,11 +515,11 @@
 	msr.lo |= (1 << 0);
 	wrmsr(HWCR_MSR, msr);
 
+	enable_cache();
+
 	/* Set the processor name string */
 	init_processor_name();
 
-	enable_cache();
-
 	/* Enable the local cpu apics */
 	setup_lapic();
 




More information about the coreboot mailing list