diff options
author | jhb <jhb@FreeBSD.org> | 2005-01-14 20:50:52 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-01-14 20:50:52 +0000 |
commit | 7c55d0e3383145745cc9a35fa152e6d6bcb6d416 (patch) | |
tree | aadd3d747de1bb6a3dbe74e35092fb051801a91d | |
parent | 6100762d44816115c98d54d243e2cd930ca76df7 (diff) | |
download | FreeBSD-src-7c55d0e3383145745cc9a35fa152e6d6bcb6d416.zip FreeBSD-src-7c55d0e3383145745cc9a35fa152e6d6bcb6d416.tar.gz |
Bah, another whitespace fix.
-rw-r--r-- | sys/i386/i386/vm_machdep.c | 2 |
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; } /* |