Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-3
-3
arch/sh/kernel/cpu/sh4/probe.c
··· 178 178 boot_cpu_data.dcache.ways = 2; 179 179 180 180 break; 181 - default: 182 - boot_cpu_data.type = boot_cpu_data.family = CPU_SH_NONE; 183 - break; 184 181 } 185 182 186 183 /*