lkml.org 
[lkml]   [2005]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] [2.4.31] Increase MAX_MP_BUSSES for i386 kernel
Date
From

Increase the size of MAX_MP_BUSSES to allow 2.4 i386 SMP kernel to boot
on machines that have PCI bus numbers above 31.

Signed-off-by: Andy Currid <acurrid@nvidia.com>

---

diff -pur linux-2.4.31/include/asm-i386/mpspec.h
patch-2.4.31/include/asm-i386
--- linux-2.4.31/include/asm-i386/mpspec.h 2004-11-17
03:54:22.000000000 -0800
+++ patch-2.4.31/include/asm-i386/mpspec.h 2005-06-09
18:08:52.385352384 -0700
@@ -191,7 +191,7 @@ struct mpc_config_translation
#define MAX_IRQ_SOURCES 256
#endif /* CONFIG_MULTIQUAD */

-#define MAX_MP_BUSSES 32
+#define MAX_MP_BUSSES 256
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-06-10 02:00    [W:0.035 / U:0.472 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site