From: Yoshihiro Shimoda Date: Fri, 7 Jan 2011 10:26:24 +0000 (+0000) Subject: sh: add PVR probing for SH7757 3rd cut X-Git-Tag: upstream/snapshot3+hdmi~11899^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=538e790605be792fc90fe29db42f7e404ab7e5cc;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: add PVR probing for SH7757 3rd cut Signed-off-by: Yoshihiro Shimoda Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index b93458f..b1edc90 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; }