From patchwork Fri May 7 09:21:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 97659 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o479LEYo012256 for ; Fri, 7 May 2010 09:21:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753808Ab0EGJVT (ORCPT ); Fri, 7 May 2010 05:21:19 -0400 Received: from mail.renesas.com ([202.234.163.13]:62817 "EHLO mail05.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753728Ab0EGJVT (ORCPT ); Fri, 7 May 2010 05:21:19 -0400 X-AuditID: ac140388-000000050000020f-4d-4be3db8d733d Received: from guardian05.idc.renesas.com ([172.20.8.207]) by mail05.idc.renesas.com (sendmail) with ESMTP id o479LGeb001857; Fri, 7 May 2010 18:21:16 +0900 (JST) Received: (from root@localhost) by guardian05.idc.renesas.com with id o479LImZ015116; Fri, 7 May 2010 18:21:18 +0900 (JST) Received: from mta03.idc.renesas.com (localhost [127.0.0.1]) by mta03.idc.renesas.com with ESMTP id o479LI9f007053; Fri, 7 May 2010 18:21:18 +0900 (JST) Received: from [172.30.8.157] by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0L210098LLZGNK@ims05.idc.renesas.com>; Fri, 07 May 2010 18:21:16 +0900 (JST) Date: Fri, 07 May 2010 18:21:16 +0900 From: Yoshihiro Shimoda Subject: [PATCH] sh: add PVR of SH7757 2nd cut To: Paul Mundt Cc: SH-Linux Message-id: <4BE3DB8C.9060205@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]); Fri, 07 May 2010 09:21:33 +0000 (UTC) diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index d180f16..07ddcbd 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c @@ -151,6 +151,7 @@ void __cpuinit cpu_probe(void) boot_cpu_data.flags |= CPU_HAS_L2_CACHE; break; case 0x50: + case 0x10: boot_cpu_data.type = CPU_SH7757; break; }