From patchwork Tue Jul 6 04:32:40 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 110358 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 o664VjRj024453 for ; Tue, 6 Jul 2010 04:32:43 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751040Ab0GFEcn (ORCPT ); Tue, 6 Jul 2010 00:32:43 -0400 Received: from mail.renesas.com ([202.234.163.13]:45425 "EHLO mail01.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750933Ab0GFEcm (ORCPT ); Tue, 6 Jul 2010 00:32:42 -0400 X-AuditID: ac140384-00000006000004f6-f5-4c32b1e945b8 Received: from guardian03.idc.renesas.com ([172.20.8.202]) by mail01.idc.renesas.com (sendmail) with ESMTP id o664WeZQ018272; Tue, 6 Jul 2010 13:32:40 +0900 (JST) Received: (from root@localhost) by guardian03.idc.renesas.com with id o664WfVO027896; Tue, 6 Jul 2010 13:32:41 +0900 (JST) Received: from mta08.idc.renesas.com (localhost [127.0.0.1]) by mta08.idc.renesas.com with ESMTP id o664WfvV020942; Tue, 6 Jul 2010 13:32:41 +0900 (JST) Received: from [172.30.8.157] by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0L5400DUSCMG7T@ims05.idc.renesas.com>; Tue, 06 Jul 2010 13:32:41 +0900 (JST) Date: Tue, 06 Jul 2010 13:32:40 +0900 From: Yoshihiro Shimoda Subject: [PATCH] sh: modify NR_IRQS from 256 to 512 To: Paul Mundt Cc: SH-Linux Message-id: <4C32B1E8.8000502@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:32:45 +0000 (UTC) diff --git a/arch/sh/include/asm/irq.h b/arch/sh/include/asm/irq.h index 02c2f01..45d08b6 100644 --- a/arch/sh/include/asm/irq.h +++ b/arch/sh/include/asm/irq.h @@ -9,7 +9,7 @@ * advised to cap this at the hard limit that they're interested in * through the machvec. */ -#define NR_IRQS 256 +#define NR_IRQS 512 #define NR_IRQS_LEGACY 8 /* Legacy external IRQ0-7 */ /*