diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-05-22 22:24:51 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-05-23 11:53:20 +0900 |
commit | b76baf4cf5978efeabf5a3e054551e40ef599b69 (patch) | |
tree | 22fee79c16ad99abde2e3bdd94ee43e3e53dd5cb | |
parent | 760130447248de94943cf75c80fa3ac8fe9d977d (diff) | |
download | linux-3.10-b76baf4cf5978efeabf5a3e054551e40ef599b69.tar.gz linux-3.10-b76baf4cf5978efeabf5a3e054551e40ef599b69.tar.bz2 linux-3.10-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>
-rw-r--r-- | arch/sh/kernel/cpu/sh4/probe.c | 1 |
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 ebceb0dadff..be492696918 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; |