* [PATCH v2 1/6] sh: change PVR of SH7757 for 2nd cut
@ 2010-07-06 4:31 Yoshihiro Shimoda
2010-07-06 8:41 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Yoshihiro Shimoda @ 2010-07-06 4:31 UTC (permalink / raw)
To: linux-sh
And I would like to remove the 1st cut supporting.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
I asked my boss about the 1st cut supporting, and we decided to stop
the support.
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 d180f16..b93458f 100644
--- a/arch/sh/kernel/cpu/sh4/probe.c
+++ b/arch/sh/kernel/cpu/sh4/probe.c
@@ -150,7 +150,7 @@ void __cpuinit cpu_probe(void)
boot_cpu_data.type = CPU_SH7724;
boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
break;
- case 0x50:
+ case 0x10:
boot_cpu_data.type = CPU_SH7757;
break;
}
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 1/6] sh: change PVR of SH7757 for 2nd cut
2010-07-06 4:31 [PATCH v2 1/6] sh: change PVR of SH7757 for 2nd cut Yoshihiro Shimoda
@ 2010-07-06 8:41 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-07-06 8:41 UTC (permalink / raw)
To: linux-sh
On Tue, Jul 06, 2010 at 01:31:29PM +0900, Yoshihiro Shimoda wrote:
> I asked my boss about the 1st cut supporting, and we decided to stop
> the support.
>
Looks much better! All applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-06 8:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 4:31 [PATCH v2 1/6] sh: change PVR of SH7757 for 2nd cut Yoshihiro Shimoda
2010-07-06 8:41 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox