summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-25 10:36:46 +0000
committerobrien <obrien@FreeBSD.org>2001-05-25 10:36:46 +0000
commit85f59ae6b93c21e6fea773ce3a324ef571050052 (patch)
tree27b25e4f800c876e063c7421017b27bbdc35cf71
parent0ae511da64fd3f8290d87beab737edbb879bef84 (diff)
downloadFreeBSD-src-85f59ae6b93c21e6fea773ce3a324ef571050052.zip
FreeBSD-src-85f59ae6b93c21e6fea773ce3a324ef571050052.tar.gz
+ Turn on SMP support by default (yes an Alpha SMP kernel works on
uniprocessor systems, aren't Alpha's neat :-)) + Add example KTR (debugging) options.
-rw-r--r--sys/alpha/conf/GENERIC7
-rw-r--r--sys/alpha/conf/NOTES7
2 files changed, 14 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 388a333..7a9ff11 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -74,6 +74,13 @@ options DDB
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
+#options KTR # Kernel TRacing facility
+#options KTR_EXTEND
+#options KTR_COMPILE=KTR_LOCK
+#options KTR_MASK=KTR_LOCK
+
+# To make an SMP kernel, the next line is needed
+options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device isa
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 388a333..7a9ff11 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -74,6 +74,13 @@ options DDB
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
+#options KTR # Kernel TRacing facility
+#options KTR_EXTEND
+#options KTR_COMPILE=KTR_LOCK
+#options KTR_MASK=KTR_LOCK
+
+# To make an SMP kernel, the next line is needed
+options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device isa
OpenPOWER on IntegriCloud