|
@@ -119,7 +119,7 @@ static void __init setup_processor(void)
|
|
|
printk("CPU: %s [%08x] revision %d\n",
|
|
printk("CPU: %s [%08x] revision %d\n",
|
|
|
cpu_name, read_cpuid_id(), read_cpuid_id() & 15);
|
|
cpu_name, read_cpuid_id(), read_cpuid_id() & 15);
|
|
|
|
|
|
|
|
- sprintf(init_utsname()->machine, "aarch64");
|
|
|
|
|
|
|
+ sprintf(init_utsname()->machine, ELF_PLATFORM);
|
|
|
elf_hwcap = 0;
|
|
elf_hwcap = 0;
|
|
|
}
|
|
}
|
|
|
|
|
|