Woops - don't forget to declare locals needed for that last commit.
This commit is contained in:
parent
6745e78cee
commit
fa8ee6aca1
@ -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 New Issue
Block a user