From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH] ARM: mach-shmobile: Bump up NR_IRQS to 1024
Date: Mon, 20 Dec 2010 10:56:30 +0000 [thread overview]
Message-ID: <20101220110019.6581.88408.sendpatchset@t400s> (raw)
In-Reply-To: <20100311053352.26717.21158.sendpatchset@t400s>
From: Magnus Damm <damm@opensource.se>
Increase NR_IRQS from 512 to 1024 on SH-Mobile ARM.
Needed to support vectors in the sh73a0 INTCS block.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/include/mach/irqs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/include/mach/irqs.h
+++ work/arch/arm/mach-shmobile/include/mach/irqs.h 2010-12-20 19:55:57.000000000 +0900
@@ -1,7 +1,7 @@
#ifndef __ASM_MACH_IRQS_H
#define __ASM_MACH_IRQS_H
-#define NR_IRQS 512
+#define NR_IRQS 1024
/* GIC */
#define gic_spi(nr) ((nr) + 32)
next prev parent reply other threads:[~2010-12-20 10:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-11 5:33 [PATCH] ARM: mach-shmobile: bump up NR_IRQS to 640 Magnus Damm
2010-05-20 3:12 ` Paul Mundt
2010-12-20 10:56 ` Magnus Damm [this message]
2010-12-20 13:45 ` [PATCH] ARM: mach-shmobile: Bump up NR_IRQS to 1024 Paul Mundt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101220110019.6581.88408.sendpatchset@t400s \
--to=magnus.damm@gmail.com \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).