diff mbox

sh: fix CPU_SH7723/7724 numbering bug

Message ID ufxbehmt3.wl%morimoto.kuninori@renesas.com (mailing list archive)
State Accepted
Headers show

Commit Message

Kuninori Morimoto Aug. 26, 2009, 10:49 a.m. UTC
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
---
 arch/sh/kernel/cpu/sh4/probe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Paul Mundt Aug. 27, 2009, 2:37 a.m. UTC | #1
On Wed, Aug 26, 2009 at 07:49:44PM +0900, Kuninori Morimoto wrote:
> Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
> ---
>  arch/sh/kernel/cpu/sh4/probe.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

On Wed, Aug 26, 2009 at 08:04:18PM +0900, Kuninori Morimoto wrote:
>       sh: sh: modify to enable boot for EcoVec24
>       sh: Add SH-ETH support for EcoVec24
>       sh: Add USB support for EcoVec24
>       sh: Add support LCDC for EcoVec24
>       sh: Add CEU support for EcoVec24
>       sh: Add LCDC Panel support for EcoVec24
> 
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c
index 10e6795..afd3e73 100644
--- a/arch/sh/kernel/cpu/sh4/probe.c
+++ b/arch/sh/kernel/cpu/sh4/probe.c
@@ -141,7 +141,7 @@  int __init detect_cpu_and_cache_system(void)
 	case 0x300b:
 		switch (prr) {
 		case 0x20:
-			boot_cpu_data.type = CPU_SH7723;
+			boot_cpu_data.type = CPU_SH7724;
 			boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
 			break;
 		case 0x50: