From 5f94931e7df0fc79e063e3b338ea56bd483262fb Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 29 May 2011 00:40:59 +0000 Subject: [PATCH] The P4080 has 8 cores. Bump MAXCPU to 8 to match. --- 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 d71d0483bd02..06b131c2a676 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -68,7 +68,7 @@ #endif #if defined(SMP) || defined(KLD_MODULE) -#define MAXCPU 4 +#define MAXCPU 8 #else #define MAXCPU 1 #endif /* SMP || KLD_MODULE */