mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Remove redundant check, we catch ULE platform support in common
sys/kern/sched_ule.c
This commit is contained in:
parent
17f4cae4a5
commit
b504a44a4b
1 changed files with 0 additions and 4 deletions
|
|
@ -101,10 +101,6 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#define TODO panic("%s: not implemented", __func__);
|
||||
|
||||
#include "opt_sched.h"
|
||||
#ifndef SCHED_4BSD
|
||||
#error "e500 only works with SCHED_4BSD which uses a global scheduler lock."
|
||||
#endif
|
||||
extern struct mtx sched_lock;
|
||||
|
||||
extern int dumpsys_minidump;
|
||||
|
|
|
|||
Loading…
Reference in a new issue