Remove redundant check, we catch ULE platform support in common

sys/kern/sched_ule.c
This commit is contained in:
Rafal Jaworowski 2012-05-27 10:32:10 +00:00
parent 17f4cae4a5
commit b504a44a4b

View file

@ -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;