summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2013-09-09 12:52:34 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2013-09-09 12:52:34 +0000
commitb2fa807b0ea69fe87722e720c585c3117956f5ae (patch)
treeac48471ca0feba33db66ee68203efe2032242d3c /sys/powerpc/include
parentd54687609ce697afeb64e5cdd57396c563fcf8c8 (diff)
downloadFreeBSD-src-b2fa807b0ea69fe87722e720c585c3117956f5ae.zip
FreeBSD-src-b2fa807b0ea69fe87722e720c585c3117956f5ae.tar.gz
Raise artificial limits on number of CPUs and number of interrupts.
Approved by: re (kib)
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 2528325..7e7c8f1 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 8
+#define MAXCPU 32
#endif
#else
#define MAXCPU 1
OpenPOWER on IntegriCloud