From patchwork Tue Jul 6 04:31:29 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 110352 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o664VjRc024453 for ; Tue, 6 Jul 2010 04:31:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751160Ab0GFEbp (ORCPT ); Tue, 6 Jul 2010 00:31:45 -0400 Received: from mail.renesas.com ([202.234.163.13]:55270 "EHLO mail04.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751038Ab0GFEbo (ORCPT ); Tue, 6 Jul 2010 00:31:44 -0400 X-AuditID: ac140387-0000000600000202-a5-4c32b1a3323c Received: from guardian05.idc.renesas.com ([172.20.8.207]) by mail04.idc.renesas.com (sendmail) with ESMTP id o664VUua007332; Tue, 6 Jul 2010 13:31:30 +0900 (JST) Received: (from root@localhost) by guardian05.idc.renesas.com with id o664VVnF008773; Tue, 6 Jul 2010 13:31:31 +0900 (JST) Received: from mta04.idc.renesas.com (localhost [127.0.0.1]) by mta04.idc.renesas.com with ESMTP id o664VVqk005456; Tue, 6 Jul 2010 13:31:31 +0900 (JST) Received: from [172.30.8.157] by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0L5400DDICKI7T@ims05.idc.renesas.com>; Tue, 06 Jul 2010 13:31:30 +0900 (JST) Date: Tue, 06 Jul 2010 13:31:29 +0900 From: Yoshihiro Shimoda Subject: [PATCH v2 1/6] sh: change PVR of SH7757 for 2nd cut To: Paul Mundt Cc: SH-Linux Message-id: <4C32B1A1.1080404@renesas.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 06 Jul 2010 04:31:46 +0000 (UTC) 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; }