aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu
diff options
context:
space:
mode:
authorMagnus Damm <magnus.damm@gmail.com>2008-05-22 22:24:51 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-05-23 11:53:20 +0900
commitb76baf4cf5978efeabf5a3e054551e40ef599b69 (patch)
tree22fee79c16ad99abde2e3bdd94ee43e3e53dd5cb /arch/sh/kernel/cpu
parentsh: fix VPU interrupt vector for sh7723 (diff)
downloadlinux-dev-b76baf4cf5978efeabf5a3e054551e40ef599b69.tar.xz
linux-dev-b76baf4cf5978efeabf5a3e054551e40ef599b69.zip
sh: add probe support for new sh7723 cut
This patch adds support for sh7723 silicon with a prr value of 0x51. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu')
-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 ebceb0dadff5..be4926969181 100644
--- a/arch/sh/kernel/cpu/sh4/probe.c
+++ b/arch/sh/kernel/cpu/sh4/probe.c
@@ -132,6 +132,7 @@ int __init detect_cpu_and_cache_system(void)
switch (prr) {
case 0x50:
+ case 0x51:
boot_cpu_data.type = CPU_SH7723;
boot_cpu_data.flags |= CPU_HAS_FPU | CPU_HAS_L2_CACHE;
break;