summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-10-26 02:18:08 +0000
committerScott Long <scottl@FreeBSD.org>2004-10-26 02:18:08 +0000
commit3fc0d4e42bcd2ee041f802847160b51d0213e7e0 (patch)
treeec98c197b6d5d65ffb86a622786718c4a2e2bda9 /sys
parent30637b03e3a98b12387efc246f6f8c5cf358cd78 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/sched_ule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index c6197208ba0e..c3029d02c5fc 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -57,6 +57,8 @@ __FBSDID("$FreeBSD$");
#define KTR_ULE KTR_NFS
+#error "The SCHED_ULE scheduler is broken. Please use SCHED_4BSD"
+
/* decay 95% of `p_pctcpu' in 60 seconds; see CCPU_SHIFT before changing */
/* XXX This is bogus compatability crap for ps */
static fixpt_t ccpu = 0.95122942450071400909 * FSCALE; /* exp(-1/20) */