mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
[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>
This commit is contained in:
parent
aa5242e78f
commit
9245df0cd3
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user