summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbsd <bsd@FreeBSD.org>2003-07-06 16:56:16 +0000
committerbsd <bsd@FreeBSD.org>2003-07-06 16:56:16 +0000
commit631efdbcd86c30db0fd41772e2a23a62b62be810 (patch)
treedb518950422af17068ff25e65a05d23e7862fe0e /sys
parentb0b3ec0fe6da6bf1103c53ec5a0ba5e5f6fdd235 (diff)
downloadFreeBSD-src-631efdbcd86c30db0fd41772e2a23a62b62be810.zip
FreeBSD-src-631efdbcd86c30db0fd41772e2a23a62b62be810.tar.gz
Woops - don't forget to declare locals needed for that last commit.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/vm_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index 2cf8e01..1341265 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -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;
OpenPOWER on IntegriCloud