mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
sh: Kill off the unhandled pvr case in SH-4 CPU probing.
This is superfluous, as the default CPU type and family are already established by the initial cpuinfo definition. Given that we are still able to probe for the CPU family even if we are not able to detect the subtype, it's preferable to let the probing code fill out what it can and leave the rest. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
0d051d90bb
commit
eccee7457d
@ -177,9 +177,6 @@ int __init detect_cpu_and_cache_system(void)
|
||||
boot_cpu_data.icache.ways = 2;
|
||||
boot_cpu_data.dcache.ways = 2;
|
||||
|
||||
break;
|
||||
default:
|
||||
boot_cpu_data.type = boot_cpu_data.family = CPU_SH_NONE;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user