From 91674ea048d8a6dd2fb68c7ae066e2030d99cde8 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Thu, 3 Dec 2015 16:24:55 +0000 Subject: 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(-) (limited to 'sys') diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 4780a68..df5a7be 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 -- cgit v1.1