aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2011-01-07 10:26:24 +0000
committerPaul Mundt <lethal@linux-sh.org>2011-01-11 12:51:10 +0900
commit538e790605be792fc90fe29db42f7e404ab7e5cc (patch)
tree721b31e6feac3b51dd797b32ddcc00f1be766805
parentsh: Use device_initcall() instead of __initcall() (diff)
downloadlinux-dev-538e790605be792fc90fe29db42f7e404ab7e5cc.tar.xz
linux-dev-538e790605be792fc90fe29db42f7e404ab7e5cc.zip
sh: add PVR probing for SH7757 3rd cut
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/kernel/cpu/sh4/probe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c
index b93458f33b74..b1edc90d482b 100644
--- a/arch/sh/kernel/cpu/sh4/probe.c
+++ b/arch/sh/kernel/cpu/sh4/probe.c
@@ -151,6 +151,7 @@ void __cpuinit cpu_probe(void)
boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
break;
case 0x10:
+ case 0x11:
boot_cpu_data.type = CPU_SH7757;
break;
}