Index: sys/ia64/include/param.h =================================================================== --- sys/ia64/include/param.h (revision 224207) +++ sys/ia64/include/param.h (working copy) @@ -63,7 +63,7 @@ #if defined(SMP) || defined(KLD_MODULE) #ifndef MAXCPU -#define MAXCPU 32 +#define MAXCPU 64 #endif #else #define MAXCPU 1 Index: sys/mips/conf/XLPN32 =================================================================== --- sys/mips/conf/XLPN32 (revision 224206) +++ sys/mips/conf/XLPN32 (working copy) @@ -37,6 +37,7 @@ options SMP options PREEMPTION # Enable kernel thread preemption #options FULL_PREEMPTION # Enable kernel thread preemption +options MAXCPU=128 # XLP can probe 128 CPUs options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem Index: sys/mips/conf/XLP64 =================================================================== --- sys/mips/conf/XLP64 (revision 224206) +++ sys/mips/conf/XLP64 (working copy) @@ -38,6 +38,7 @@ options SMP options PREEMPTION # Enable kernel thread preemption #options FULL_PREEMPTION # Enable kernel thread preemption +options MAXCPU=128 # XLP can probe 128 CPUs options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem Index: sys/mips/conf/XLP =================================================================== --- sys/mips/conf/XLP (revision 224206) +++ sys/mips/conf/XLP (working copy) @@ -36,6 +36,7 @@ options SMP options PREEMPTION # Enable kernel thread preemption #options FULL_PREEMPTION # Enable kernel thread preemption +options MAXCPU=128 # XLP can probe 128 CPUs options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem Index: sys/amd64/include/param.h =================================================================== --- sys/amd64/include/param.h (revision 224207) +++ sys/amd64/include/param.h (working copy) @@ -65,7 +65,7 @@ #if defined(SMP) || defined(KLD_MODULE) #ifndef MAXCPU -#define MAXCPU 32 +#define MAXCPU 64 #endif #else #define MAXCPU 1