public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.9-rc1] mpspec.h (x86_64)
@ 2004-08-24 23:47 achew
  0 siblings, 0 replies; only message in thread
From: achew @ 2004-08-24 23:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: ak

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,



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-24 23:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-24 23:47 [PATCH 2.6.9-rc1] mpspec.h (x86_64) achew

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox