Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9245df0cd385419f9cdd83512feb80bbb719417e
Commit:     9245df0cd385419f9cdd83512feb80bbb719417e
Parent:     aa5242e78f8667ba771e4c0d44bf45871abceb7e
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 00:55:59 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu May 10 00:55:59 2007 -0700

    [SPARC64]: Bump PROMINTR_MAX to 32.
    
    Some devices have more than 15 which was the previous
    setting.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/asm-sparc64/openprom.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-sparc64/openprom.h b/include/asm-sparc64/openprom.h
index e01b805..26ec046 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                  
*/
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to