Pārlūkot izejas kodu

[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>
David S. Miller 18 gadi atpakaļ
vecāks
revīzija
9245df0cd3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      include/asm-sparc64/openprom.h

+ 1 - 1
include/asm-sparc64/openprom.h

@@ -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			*/