From patchwork Wed Aug 26 10:49:44 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 44015 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7QAnn7x018916 for ; Wed, 26 Aug 2009 10:49:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757048AbZHZKtq (ORCPT ); Wed, 26 Aug 2009 06:49:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757137AbZHZKtq (ORCPT ); Wed, 26 Aug 2009 06:49:46 -0400 Received: from mail.renesas.com ([202.234.163.13]:59030 "EHLO mail01.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757048AbZHZKto (ORCPT ); Wed, 26 Aug 2009 06:49:44 -0400 X-AuditID: ac140384-0000000b000004f6-82-4a9513485142 Received: from guardian02.idc.renesas.com ([172.20.8.201]) by mail01.idc.renesas.com (sendmail) with ESMTP id n7QAnifB007683; Wed, 26 Aug 2009 19:49:44 +0900 (JST) Received: (from root@localhost) by guardian02.idc.renesas.com with id n7QAniPT004006; Wed, 26 Aug 2009 19:49:44 +0900 (JST) Received: from mta02.idc.renesas.com (localhost [127.0.0.1]) by mta02.idc.renesas.com with ESMTP id n7QAnilK000556; Wed, 26 Aug 2009 19:49:44 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KOZ00B91CQW1O@ims05.idc.renesas.com>; Wed, 26 Aug 2009 19:49:44 +0900 (JST) Date: Wed, 26 Aug 2009 19:49:44 +0900 From: Kuninori Morimoto Subject: [PATCH] sh: fix CPU_SH7723/7724 numbering bug To: SH-Linux Cc: RSO shimoda , Paul Mundt Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.1 (i386-mingw-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.00-dev (KIKU) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Signed-off-by: Kuninori Morimoto --- 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: