From b2fa807b0ea69fe87722e720c585c3117956f5ae Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Mon, 9 Sep 2013 12:52:34 +0000 Subject: Raise artificial limits on number of CPUs and number of interrupts. Approved by: re (kib) --- sys/powerpc/include/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/powerpc/include') 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 -- cgit v1.1