mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Woops - don't forget to declare locals needed for that last commit.
This commit is contained in:
parent
6745e78cee
commit
fa8ee6aca1
1 changed files with 2 additions and 0 deletions
|
|
@ -248,6 +248,8 @@ void
|
|||
cpu_exit(struct thread *td)
|
||||
{
|
||||
struct mdproc *mdp;
|
||||
struct pcb *pcb = td->td_pcb;
|
||||
|
||||
|
||||
/* Reset pc->pcb_gs and %gs before possibly invalidating it. */
|
||||
mdp = &td->td_proc->p_md;
|
||||
|
|
|
|||
Loading…
Reference in a new issue