Commit 9ed2c5a7 authored by Russell King's avatar Russell King

Fix build error on multi-tlb configurations.

Make cpu type message consistent with cache type message.
parent fd014d52
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <asm/procinfo.h> #include <asm/procinfo.h>
#include <asm/setup.h> #include <asm/setup.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/tlbflush.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
...@@ -255,7 +256,7 @@ static void __init setup_processor(void) ...@@ -255,7 +256,7 @@ static void __init setup_processor(void)
cpu_user = *list->user; cpu_user = *list->user;
#endif #endif
printk("Processor: %s %s revision %d\n", printk("CPU: %s %s revision %d\n",
proc_info.manufacturer, proc_info.cpu_name, proc_info.manufacturer, proc_info.cpu_name,
(int)processor_id & 15); (int)processor_id & 15);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment