From: "Andi Kleen" <ak@suse.de>

Busses array is only indexed with a 8bit value, doesn't make sense to make it
bigger.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/asm-x86_64/mpspec.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/asm-x86_64/mpspec.h~x86_64-busses-array-is-only-indexed-with-a-8bit-value include/asm-x86_64/mpspec.h
--- 25/include/asm-x86_64/mpspec.h~x86_64-busses-array-is-only-indexed-with-a-8bit-value	Wed Mar 23 15:38:20 2005
+++ 25-akpm/include/asm-x86_64/mpspec.h	Wed Mar 23 15:38:20 2005
@@ -156,7 +156,7 @@ struct mpc_config_lintsrc
  *	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,
_