Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used by
SA process.
This commit is contained in:
parent
abb4420bbe
commit
984bc1220e
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user