Remove a bogus comment.

This commit is contained in:
David Xu 2003-02-25 05:17:18 +00:00
parent 768298d8c4
commit d4b570f053
2 changed files with 0 additions and 12 deletions

View File

@ -1683,12 +1683,6 @@ thread_userret(struct thread *td, struct trapframe *frame)
* kmem_free(kernel_map, ...)
*/
cpu_set_upcall_kse(td, ku);
/*
* Clear TDF_UPCALLING after set upcall context,
* profiling code looks TDF_UPCALLING to avoid account
* a wrong user %EIP
*/
mtx_lock_spin(&sched_lock);
td->td_flags &= ~TDF_UPCALLING;
if (ku->ku_flags & KUF_DOUPCALL)

View File

@ -1683,12 +1683,6 @@ thread_userret(struct thread *td, struct trapframe *frame)
* kmem_free(kernel_map, ...)
*/
cpu_set_upcall_kse(td, ku);
/*
* Clear TDF_UPCALLING after set upcall context,
* profiling code looks TDF_UPCALLING to avoid account
* a wrong user %EIP
*/
mtx_lock_spin(&sched_lock);
td->td_flags &= ~TDF_UPCALLING;
if (ku->ku_flags & KUF_DOUPCALL)