commit | 538e790605be792fc90fe29db42f7e404ab7e5cc | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Fri Jan 07 10:26:24 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 11 12:51:10 2011 +0900 |
tree | 721b31e6feac3b51dd797b32ddcc00f1be766805 | |
parent | 95d210ce6b23ec8916f97ec0cc7eb4d5fa80e0b3 [diff] |
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>
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 @@ boot_cpu_data.flags |= CPU_HAS_L2_CACHE; break; case 0x10: + case 0x11: boot_cpu_data.type = CPU_SH7757; break; }