summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2007-05-15 01:42:34 -0700
committerChris Wright <chrisw@sous-sol.org>2007-05-23 14:32:52 -0700
commit8492a8ba651bff5fdba0b0a4c8dadde6909bd72d (patch)
treefc9fa3f74c4b344f38feda4c29d9d87f1c3bc0d8
parent18d588ffa31437efc49d0b0412905a9a304aa2d1 (diff)
[PATCH] SPARC64: Bump PROMINTR_MAX to 32.
Some devices have more than 15 which was the previous setting. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
-rw-r--r--include/asm-sparc64/openprom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sparc64/openprom.h b/include/asm-sparc64/openprom.h
index e01b80559c93..26ec046715c8 100644
--- a/include/asm-sparc64/openprom.h
+++ b/include/asm-sparc64/openprom.h
@@ -177,7 +177,7 @@ struct linux_nodeops {
/* More fun PROM structures for device probing. */
#define PROMREG_MAX 24
#define PROMVADDR_MAX 16
-#define PROMINTR_MAX 15
+#define PROMINTR_MAX 32
struct linux_prom_registers {
unsigned which_io; /* hi part of physical address */