summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/i386/vm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index a879782..0bd0cba 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -421,7 +421,7 @@ cpu_set_upcall(struct thread *td, struct thread *td0)
* pcb2->pcb_gs: cloned above. XXXKSE ???
* pcb2->pcb_ext: cleared below.
*/
- pcb2->pcb_ext = NULL;
+ pcb2->pcb_ext = NULL;
}
/*
OpenPOWER on IntegriCloud