From: Matt Fleming Date: Wed, 13 Jan 2010 07:35:58 +0000 (+0900) Subject: sh: PVR detection for 2nd cut SH7786. X-Git-Tag: upstream/snapshot3+hdmi~15588^2~133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f33306ee57bce9c79825e89c457a91025aa5aad;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: PVR detection for 2nd cut SH7786. The mass produced cuts use an updated PVR value, add them to the list. Signed-off-by: Matt Fleming Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index d36f0c4..75189c4 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c @@ -124,6 +124,7 @@ int __init detect_cpu_and_cache_system(void) boot_cpu_data.type = CPU_SH7785; break; case 0x4004: + case 0x4005: boot_cpu_data.type = CPU_SH7786; boot_cpu_data.flags |= CPU_HAS_PTEAEX | CPU_HAS_L2_CACHE; break;