mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue