From: David S. Miller Date: Thu, 10 May 2007 07:55:59 +0000 (-0700) Subject: [SPARC64]: Bump PROMINTR_MAX to 32. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9245df0cd385419f9cdd83512feb80bbb719417e;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [SPARC64]: Bump PROMINTR_MAX to 32. Some devices have more than 15 which was the previous setting. Signed-off-by: David S. Miller --- diff --git a/include/asm-sparc64/openprom.h b/include/asm-sparc64/openprom.h index e01b80559c9..26ec046715c 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 */