summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/trap.c1
-rw-r--r--sys/i386/i386/trap.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 2c21983..1d58d6f 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -955,7 +955,6 @@ syscall(frame)
}
#endif
KASSERT((td->td_kse != NULL), ("syscall: kse/thread UNLINKED"));
- KASSERT((td->td_kse->ke_thread == td), ("syscall:kse/thread mismatch"));
sticks = td->td_sticks;
td->td_frame = &frame;
diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c
index 2c21983..1d58d6f 100644
--- a/sys/i386/i386/trap.c
+++ b/sys/i386/i386/trap.c
@@ -955,7 +955,6 @@ syscall(frame)
}
#endif
KASSERT((td->td_kse != NULL), ("syscall: kse/thread UNLINKED"));
- KASSERT((td->td_kse->ke_thread == td), ("syscall:kse/thread mismatch"));
sticks = td->td_sticks;
td->td_frame = &frame;
OpenPOWER on IntegriCloud