Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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			*/