* [PATCH] sh: fix CPU_SH7723/7724 numbering bug
@ 2009-08-26 10:49 Kuninori Morimoto
2009-08-27 2:37 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2009-08-26 10:49 UTC (permalink / raw)
To: linux-sh
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
---
arch/sh/kernel/cpu/sh4/probe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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:
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] sh: fix CPU_SH7723/7724 numbering bug
2009-08-26 10:49 [PATCH] sh: fix CPU_SH7723/7724 numbering bug Kuninori Morimoto
@ 2009-08-27 2:37 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-08-27 2:37 UTC (permalink / raw)
To: linux-sh
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-27 2:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 10:49 [PATCH] sh: fix CPU_SH7723/7724 numbering bug Kuninori Morimoto
2009-08-27 2:37 ` Paul Mundt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.