From 3bdf3d856969f670ac2ea275d8c71b82a9f1aee0 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Thu, 3 Dec 2015 16:24:55 +0000 Subject: [PATCH] Bump MAXCPU. We already run on hardware with 32 threads and the same hardware is available commercially with up to 96 threads per socket. MFC after: 3 weeks --- sys/powerpc/include/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 4780a68e1651..df5a7be86882 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -69,7 +69,7 @@ #if defined(SMP) || defined(KLD_MODULE) #ifndef MAXCPU -#define MAXCPU 32 +#define MAXCPU 256 #endif #else #define MAXCPU 1