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@gmail.com Acked-by: Stefan Reinauer stepan@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();