Commit 9245df0cd385419f9cdd83512feb80bbb719417e

Authored by David S. Miller
1 parent aa5242e78f

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/asm-sparc64/openprom.h
... ... @@ -177,7 +177,7 @@
177 177 /* More fun PROM structures for device probing. */
178 178 #define PROMREG_MAX 24
179 179 #define PROMVADDR_MAX 16
180   -#define PROMINTR_MAX 15
  180 +#define PROMINTR_MAX 32
181 181  
182 182 struct linux_prom_registers {
183 183 unsigned which_io; /* hi part of physical address */