summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2015-12-03 16:24:55 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2015-12-03 16:24:55 +0000
commit91674ea048d8a6dd2fb68c7ae066e2030d99cde8 (patch)
treecdcc950c98dd85139d72552a537dd2db9f6329b9 /sys/powerpc/include
parenta65c3363cc9e11b3bb4cf0971a2c70969739110e (diff)
downloadFreeBSD-src-91674ea048d8a6dd2fb68c7ae066e2030d99cde8.zip
FreeBSD-src-91674ea048d8a6dd2fb68c7ae066e2030d99cde8.tar.gz
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
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/param.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud