add k8 processor name handling as required by the k8 revision guide.
[coreboot.git] / src / cpu / amd / model_fxx / model_fxx_init.c
index a28ebff60fdf295706280bd7bd755c5b07cefa0d..e83873e3b0948bdaf6ced1ae4086598310bddda7 100644 (file)
@@ -425,6 +425,7 @@ static inline void k8_errata(void)
 
 
 extern void model_fxx_update_microcode(unsigned cpu_deviceid);
+int init_processor_name(void);
 
 void model_fxx_init(device_t dev)
 {
@@ -454,6 +455,8 @@ void model_fxx_init(device_t dev)
 
        k8_errata();
        
+       init_processor_name();
+       
        enable_cache();
 
        /* Enable the local cpu apics */