Give up trying to make preemption dependent on SCHED_4BSD
the list of breakages was getting too long
This commit is contained in:
parent
c2296e999c
commit
df3a834f7e
@ -98,12 +98,9 @@
|
||||
#define PDRMASK (NBPDR-1)
|
||||
|
||||
/* PREEMPTION exposes scheduler bugs that need to be fixed. */
|
||||
#if defined(_KERNEL) && !defined(KLD_MODULE)
|
||||
#include "opt_sched.h"
|
||||
#ifdef SCHED_4BSD
|
||||
#if 0
|
||||
#define PREEMPTION
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define IOPAGES 2 /* pages of i/o permission bitmap */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user