Skip to content

Commit

Permalink
[SPARC64]: Bump PROMINTR_MAX to 32.
Browse files Browse the repository at this point in the history
Some devices have more than 15 which was the previous
setting.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 10, 2007
1 parent aa5242e commit 9245df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-sparc64/openprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9245df0

Please sign in to comment.