[PATCH 2.6.9-rc1] mpspec.h (x86_64)

From: achew
Date: Tue Aug 24 2004 - 18:52:56 EST


MAX_MP_BUSSES needs to be increased to support some MP systems.

This patch increases it to the maximum addressable range, given the 8-bit bus ID field of MP table bus entries.
Derived from mpspec.h from the 2.4-series kernel.


--- linux-2.6.9-rc1/include/asm-x86_64/mpspec.h 2004-08-13 22:36:57.000000000 -0700
+++ linux/include/asm-x86_64/mpspec.h 2004-08-24 16:29:37.193956560 -0700
@@ -156,8 +156,8 @@
* 7 2 CPU MCA+PCI
*/

-#define MAX_IRQ_SOURCES 256
-#define MAX_MP_BUSSES 32
+#define MAX_MP_BUSSES 257
+#define MAX_IRQ_SOURCES (MAX_MP_BUSSES*4)
enum mp_bustype {
MP_BUS_ISA = 1,
MP_BUS_EISA,


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/