summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/param.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-06-29 15:13:25 +0000
committerjhb <jhb@FreeBSD.org>2005-06-29 15:13:25 +0000
commitcf418ce0f29135fb0c720b62e820828b6a89c380 (patch)
tree408005a4e1c953a9298c68461520a4eec06819f7 /sys/amd64/include/param.h
parent0edd2a4f6f00b1528ebec4e54b9a0fdcb4a64ddd (diff)
downloadFreeBSD-src-cf418ce0f29135fb0c720b62e820828b6a89c380.zip
FreeBSD-src-cf418ce0f29135fb0c720b62e820828b6a89c380.tar.gz
Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 are
allowed for CPUs. Tested by: amd64 at cybernetwork dot org Approved by: re (scottl) MFC after: 1 week
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 93343d3..39ce1ff 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -84,7 +84,7 @@
#endif
#ifdef SMP
-#define MAXCPU 8
+#define MAXCPU 16
#else
#define MAXCPU 1
#endif
OpenPOWER on IntegriCloud