aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-08-15 00:15:02 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-08-15 00:15:02 -0400
commiteccee7457df2b1e1505522ab0064e577e16eed75 (patch)
tree4d2b757acf955b3978faf5e12274f026c1a68086
parent0d051d90bb08b516b9d6c30d25f83d3c6b5b1c1d (diff)
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>
-rw-r--r--arch/sh/kernel/cpu/sh4/probe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c
index 1148607c36bf..695026a3f02d 100644
--- a/arch/sh/kernel/cpu/sh4/probe.c
+++ b/arch/sh/kernel/cpu/sh4/probe.c
@@ -178,9 +178,6 @@ int __init detect_cpu_and_cache_system(void)
178 boot_cpu_data.dcache.ways = 2; 178 boot_cpu_data.dcache.ways = 2;
179 179
180 break; 180 break;
181 default:
182 boot_cpu_data.type = boot_cpu_data.family = CPU_SH_NONE;
183 break;
184 } 181 }
185 182
186 /* 183 /*