aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-03-19 11:21:12 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-03-19 11:21:12 +0000
commitbfed03d6df07950651eb2ba3cbd5664089bd5973 (patch)
treeefac545936e36e45215b171d5ee52e5a7ea56169 /sys
parent5044ed104dfc0384492d1ad5d96bc4b9ddc9b29b (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 31a5de1e6483..0ca6d2cd13cb 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -32,7 +32,7 @@ maxusers 0
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE
-options SKI #Support for HP simulator
+#options SKI #Support for HP simulator
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
@@ -56,6 +56,9 @@ options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
+# SMP
+options SMP
+
# Debugging for use in -current
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking