Better to not know anything about KSE.
This commit is contained in:
parent
683db8609b
commit
0f0fab8ca6
@ -54,7 +54,6 @@
|
||||
#include <sys/bus.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/kse.h>
|
||||
#include <sys/pioctl.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/ktr.h>
|
||||
@ -954,7 +953,6 @@ syscall(frame)
|
||||
mtx_unlock(&Giant);
|
||||
}
|
||||
#endif
|
||||
KASSERT((td->td_kse != NULL), ("syscall: kse/thread UNLINKED"));
|
||||
|
||||
sticks = td->td_sticks;
|
||||
td->td_frame = &frame;
|
||||
|
@ -54,7 +54,6 @@
|
||||
#include <sys/bus.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/kse.h>
|
||||
#include <sys/pioctl.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/ktr.h>
|
||||
@ -954,7 +953,6 @@ syscall(frame)
|
||||
mtx_unlock(&Giant);
|
||||
}
|
||||
#endif
|
||||
KASSERT((td->td_kse != NULL), ("syscall: kse/thread UNLINKED"));
|
||||
|
||||
sticks = td->td_sticks;
|
||||
td->td_frame = &frame;
|
||||
|
Loading…
x
Reference in New Issue
Block a user