From: David Miller Date: Tue, 15 May 2007 08:42:34 +0000 (-0700) Subject: [PATCH] SPARC64: Bump PROMINTR_MAX to 32. X-Git-Tag: v2.6.21.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8492a8ba651bff5fdba0b0a4c8dadde6909bd72d;p=thirdparty%2Fkernel%2Fstable.git [PATCH] SPARC64: Bump PROMINTR_MAX to 32. Some devices have more than 15 which was the previous setting. Signed-off-by: David S. Miller Signed-off-by: Chris Wright --- diff --git a/include/asm-sparc64/openprom.h b/include/asm-sparc64/openprom.h index e01b80559c93f..26ec046715c86 100644 --- a/include/asm-sparc64/openprom.h +++ b/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 */