Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used by

SA process.
This commit is contained in:
davidxu 2003-06-15 00:54:07 +00:00
parent abb4420bbe
commit 984bc1220e

View File

@ -268,8 +268,6 @@ cpu_set_upcall(struct thread *td, struct thread *td0)
{
struct pcb *pcb2;
td->td_flags |= TDF_UPCALLING;
/* Point the pcb to the top of the stack. */
pcb2 = td->td_pcb;