summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-01-14 20:50:52 +0000
committerjhb <jhb@FreeBSD.org>2005-01-14 20:50:52 +0000
commit7c55d0e3383145745cc9a35fa152e6d6bcb6d416 (patch)
treeaadd3d747de1bb6a3dbe74e35092fb051801a91d /sys/i386
parent6100762d44816115c98d54d243e2cd930ca76df7 (diff)
downloadFreeBSD-src-7c55d0e3383145745cc9a35fa152e6d6bcb6d416.zip
FreeBSD-src-7c55d0e3383145745cc9a35fa152e6d6bcb6d416.tar.gz
Bah, another whitespace fix.
Diffstat (limited to 'sys/i386')
-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