|
@@ -315,9 +315,9 @@ static void __init setup_processor(void)
|
|
|
cpu_cache = *list->cache;
|
|
|
#endif
|
|
|
|
|
|
- printk("CPU: %s [%08x] revision %d (ARMv%s)\n",
|
|
|
+ printk("CPU: %s [%08x] revision %d (ARMv%s), cr=%08x\n",
|
|
|
cpu_name, processor_id, (int)processor_id & 15,
|
|
|
- proc_arch[cpu_architecture()]);
|
|
|
+ proc_arch[cpu_architecture()], cr_alignment);
|
|
|
|
|
|
sprintf(system_utsname.machine, "%s%c", list->arch_name, ENDIANNESS);
|
|
|
sprintf(elf_platform, "%s%c", list->elf_name, ENDIANNESS);
|