mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Finish fixing the 5.x FPU code for dealing with signal handlers.
Obtained from: bde
This commit is contained in:
parent
0dfb60ca82
commit
331e4823a2
3 changed files with 3 additions and 0 deletions
|
|
@ -1003,6 +1003,7 @@ npxsetregs(td, addr)
|
|||
intr_restore(s);
|
||||
bcopy(addr, &td->td_pcb->pcb_save, sizeof(*addr));
|
||||
}
|
||||
curthread->td_pcb->pcb_flags |= PCB_NPXINITDONE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -1003,6 +1003,7 @@ npxsetregs(td, addr)
|
|||
intr_restore(s);
|
||||
bcopy(addr, &td->td_pcb->pcb_save, sizeof(*addr));
|
||||
}
|
||||
curthread->td_pcb->pcb_flags |= PCB_NPXINITDONE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -1003,6 +1003,7 @@ npxsetregs(td, addr)
|
|||
intr_restore(s);
|
||||
bcopy(addr, &td->td_pcb->pcb_save, sizeof(*addr));
|
||||
}
|
||||
curthread->td_pcb->pcb_flags |= PCB_NPXINITDONE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue