aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/param.h
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-09-07 01:33:02 +0000
committerJason Evans <jasone@FreeBSD.org>2000-09-07 01:33:02 +0000
commit0384fff8c5b098545c3db311b0e0aa1ec4c9ae7e (patch)
treebc6e36e781569f3efe04995c0b0befebb9154ef5 /sys/alpha/include/param.h
parent62ae6c89ad2b03770097d05590093f93b9d94e08 (diff)
Notes
Diffstat (limited to 'sys/alpha/include/param.h')
-rw-r--r--sys/alpha/include/param.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 80dce22b47b8..742a3f793b8b 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -70,7 +70,11 @@
#define OBJFORMAT_NAMES "elf"
#define OBJFORMAT_DEFAULT "elf"
+#ifdef SMP
+#define NCPUS 32
+#else
#define NCPUS 1
+#endif
/*
* Round p (pointer or byte index) up to a correctly-aligned value for all