From 3fc0d4e42bcd2ee041f802847160b51d0213e7e0 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Tue, 26 Oct 2004 02:18:08 +0000 Subject: Mark the ULE scheduler as broken. Too many bug reports are getting filed against 5.3 by people who are inadvertently running it and/or do not understand the consequences and risks associated with it. Approved by: re --- sys/kern/sched_ule.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') 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) */ -- cgit v1.3