Don't ask for this for modules. no modules need to know about preemption at the moment
This commit is contained in:
parent
9e734b4468
commit
6222ded017
@ -98,7 +98,7 @@
|
||||
#define PDRMASK (NBPDR-1)
|
||||
|
||||
/* PREEMPTION exposes scheduler bugs that need to be fixed. */
|
||||
#ifdef _KERNEL
|
||||
#if defined(_KERNEL) && !defined(KLD_MODULE)
|
||||
#include "opt_sched.h"
|
||||
#ifdef SCHED_4BSD
|
||||
#define PREEMPTION
|
||||
|
Loading…
Reference in New Issue
Block a user