summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/param.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-10-01 21:59:04 +0000
committerjhb <jhb@FreeBSD.org>2008-10-01 21:59:04 +0000
commit593ef76d8c47b523cb3dc5b70e8a3a9d604428dc (patch)
treecf5f1393b2db82af30477f48e1c4b2af7fce26ca /sys/amd64/include/param.h
parentf99df3bfe46400ff238900d4c108628235b660c9 (diff)
downloadFreeBSD-src-593ef76d8c47b523cb3dc5b70e8a3a9d604428dc.zip
FreeBSD-src-593ef76d8c47b523cb3dc5b70e8a3a9d604428dc.tar.gz
Bump MAXCPU to 32 now that 32 CPU x86 systems exist.
Tested by: rwatson, mdtansca Approved by: peter
Diffstat (limited to 'sys/amd64/include/param.h')
-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 a54ca93..82e439f 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -80,7 +80,7 @@
#endif
#if defined(SMP) || defined(KLD_MODULE)
-#define MAXCPU 16
+#define MAXCPU 32
#else
#define MAXCPU 1
#endif
OpenPOWER on IntegriCloud