summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-08-18 01:12:43 +0000
committerjhb <jhb@FreeBSD.org>2001-08-18 01:12:43 +0000
commitf812c1feab9ad49c7918ce9deeb58f5b6dc2668b (patch)
tree63273b1dbd810318b60020307f0a725b50e78b28 /sys
parent565c172bb8f5887acfb85b23eb2ef2655fe17d01 (diff)
downloadFreeBSD-src-f812c1feab9ad49c7918ce9deeb58f5b6dc2668b.zip
FreeBSD-src-f812c1feab9ad49c7918ce9deeb58f5b6dc2668b.tar.gz
Turn off SMP on Alpha for the time being. There are some memory ordering
issues that can result in panics and probably data corruption on SMP systems right now. When they are fixed this can be turned back on.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/conf/GENERIC2
-rw-r--r--sys/alpha/conf/NOTES2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 703c550..fb22f76 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -75,7 +75,7 @@ options INVARIANT_SUPPORT
options WITNESS
# To make an SMP kernel, the next line is needed
-options SMP # Symmetric MultiProcessor Kernel
+#options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device isa
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 703c550..fb22f76 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -75,7 +75,7 @@ options INVARIANT_SUPPORT
options WITNESS
# To make an SMP kernel, the next line is needed
-options SMP # Symmetric MultiProcessor Kernel
+#options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device isa
OpenPOWER on IntegriCloud