Better to not know anything about KSE.

This commit is contained in:
David Xu 2003-02-26 05:47:25 +00:00
parent 3dc191a139
commit f5044aeb45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111535
2 changed files with 0 additions and 4 deletions

View File

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

View File

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