Module Name: src
Committed By: dyoung
Date: Mon Mar 30 17:48:22 UTC 2009
Modified Files:
src/sys/arch/i386/i386: vm_machdep.c
Log Message:
Cosmetic: reduce differences from amd64/amd64/vm_machdep.c by deleting
an empty line.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/arch/i386/i386/vm_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/i386/vm_machdep.c
diff -u src/sys/arch/i386/i386/vm_machdep.c:1.145 src/sys/arch/i386/i386/vm_machdep.c:1.146
--- src/sys/arch/i386/i386/vm_machdep.c:1.145 Sun Mar 29 01:10:28 2009
+++ src/sys/arch/i386/i386/vm_machdep.c Mon Mar 30 17:48:22 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.145 2009/03/29 01:10:28 rmind Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.146 2009/03/30 17:48:22 dyoung Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.145 2009/03/29 01:10:28 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.146 2009/03/30 17:48:22 dyoung Exp $");
#include "opt_mtrr.h"
@@ -229,7 +229,6 @@
void
cpu_lwp_free(struct lwp *l, int proc)
{
-
#if NNPX > 0
/* If we were using the FPU, forget about it. */
if (l->l_addr->u_pcb.pcb_fpcpu != NULL)