Woops - don't forget to declare locals needed for that last commit.

This commit is contained in:
Brian S. Dean 2003-07-06 16:56:16 +00:00
parent 6745e78cee
commit fa8ee6aca1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117285

View File

@ -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;