Better to not know anything about KSE.

This commit is contained in:
davidxu 2003-02-26 05:47:25 +00:00
parent 683db8609b
commit 0f0fab8ca6
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;