summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-06-07 08:05:23 +0000
committerattilio <attilio@FreeBSD.org>2011-06-07 08:05:23 +0000
commit31094255fe572e23d1185fe30c7cb7dd837b7644 (patch)
tree6adcc2866066ab46fb12ac52ed441adfb8acc9cb /sys/amd64
parentfa5ff41200519da6b30c30e3ba5e8dcdf171923e (diff)
downloadFreeBSD-src-31094255fe572e23d1185fe30c7cb7dd837b7644.zip
FreeBSD-src-31094255fe572e23d1185fe30c7cb7dd837b7644.tar.gz
Bring back the number of CPU to 32.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h
index 92689ba..9a742f9 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -64,7 +64,7 @@
#endif
#if defined(SMP) || defined(KLD_MODULE)
-#define MAXCPU 64
+#define MAXCPU 32
#else
#define MAXCPU 1
#endif
OpenPOWER on IntegriCloud