diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-10 03:55:59 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-10 03:55:59 -0400 |
commit | 9245df0cd385419f9cdd83512feb80bbb719417e (patch) | |
tree | 1d3e32b301ed194e4b2b3dcd2e85ce11ddb67a41 | |
parent | aa5242e78f8667ba771e4c0d44bf45871abceb7e (diff) |
[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>
-rw-r--r-- | include/asm-sparc64/openprom.h | 2 |
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 { | |||
177 | /* More fun PROM structures for device probing. */ | 177 | /* More fun PROM structures for device probing. */ |
178 | #define PROMREG_MAX 24 | 178 | #define PROMREG_MAX 24 |
179 | #define PROMVADDR_MAX 16 | 179 | #define PROMVADDR_MAX 16 |
180 | #define PROMINTR_MAX 15 | 180 | #define PROMINTR_MAX 32 |
181 | 181 | ||
182 | struct linux_prom_registers { | 182 | struct linux_prom_registers { |
183 | unsigned which_io; /* hi part of physical address */ | 183 | unsigned which_io; /* hi part of physical address */ |