Commit 9245df0c authored by David S. Miller's avatar David S. Miller

[SPARC64]: Bump PROMINTR_MAX to 32.

Some devices have more than 15 which was the previous
setting.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aa5242e7
...@@ -177,7 +177,7 @@ struct linux_nodeops { ...@@ -177,7 +177,7 @@ struct linux_nodeops {
/* More fun PROM structures for device probing. */ /* More fun PROM structures for device probing. */
#define PROMREG_MAX 24 #define PROMREG_MAX 24
#define PROMVADDR_MAX 16 #define PROMVADDR_MAX 16
#define PROMINTR_MAX 15 #define PROMINTR_MAX 32
struct linux_prom_registers { struct linux_prom_registers {
unsigned which_io; /* hi part of physical address */ unsigned which_io; /* hi part of physical address */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment