summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-08-01 14:31:45 +0000
committerscottl <scottl@FreeBSD.org>2004-08-01 14:31:45 +0000
commit30cf65f35dbd6e55081a269240935a7a0f3dc352 (patch)
treebd9492fdf606dc7d4b04a0c5216a88445b67a568 /sys/alpha
parente136993596fa6ae3755ff7a21c28c71b824fea3b (diff)
downloadFreeBSD-src-30cf65f35dbd6e55081a269240935a7a0f3dc352.zip
FreeBSD-src-30cf65f35dbd6e55081a269240935a7a0f3dc352.tar.gz
Turn off PREEMPTION by default while it gets debugged. It's been causing
4 weeks of problems including deadlocks and instant panics. Note that the real bugs are likely in the scheduler.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/param.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 79efec6..6e36e70 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -113,7 +113,10 @@
#define SSIZE 1 /* initial stack size/NBPG */
#define SINCR 1 /* increment of stack/NBPG */
+/* PREEMPTION exposes scheduler bugs that need to be fixed. */
+#if 0
#define PREEMPTION
+#endif
#ifndef KSTACK_PAGES
#define KSTACK_PAGES 2 /* pages of kstack (with pcb) */
OpenPOWER on IntegriCloud