ChangeSet 1.2231.1.54, 2005/03/28 19:31:42-08:00, [EMAIL PROTECTED]

        [PATCH] x86_64: Busses array is only indexed with a 8bit value, doesn't 
make sense
        
        Busses array is only indexed with a 8bit value, doesn't make sense to 
make it
        bigger.
        
        Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 mpspec.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/include/asm-x86_64/mpspec.h b/include/asm-x86_64/mpspec.h
--- a/include/asm-x86_64/mpspec.h       2005-03-28 21:18:20 -08:00
+++ b/include/asm-x86_64/mpspec.h       2005-03-28 21:18:20 -08:00
@@ -156,7 +156,7 @@
  *     7       2 CPU MCA+PCI
  */
 
-#define MAX_MP_BUSSES 270
+#define MAX_MP_BUSSES 256
 #define MAX_IRQ_SOURCES 256
 enum mp_bustype {
        MP_BUS_ISA = 1,
-
To unsubscribe from this list: send the line "unsubscribe bk-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