Module Name:    src
Committed By:   uebayasi
Date:           Thu Jul  8 02:23:29 UTC 2010

Modified Files:
        src/sys/uvm [uebayasi-xip]: uvm_fault.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.166.2.9 -r1.166.2.10 src/sys/uvm/uvm_fault.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/uvm/uvm_fault.c
diff -u src/sys/uvm/uvm_fault.c:1.166.2.9 src/sys/uvm/uvm_fault.c:1.166.2.10
--- src/sys/uvm/uvm_fault.c:1.166.2.9	Wed Jul  7 16:35:26 2010
+++ src/sys/uvm/uvm_fault.c	Thu Jul  8 02:23:28 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_fault.c,v 1.166.2.9 2010/07/07 16:35:26 uebayasi Exp $	*/
+/*	$NetBSD: uvm_fault.c,v 1.166.2.10 2010/07/08 02:23:28 uebayasi Exp $	*/
 
 /*
  *
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.166.2.9 2010/07/07 16:35:26 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.166.2.10 2010/07/08 02:23:28 uebayasi Exp $");
 
 #include "opt_uvmhist.h"
 #include "opt_xip.h"
@@ -1210,7 +1210,7 @@
  *	3. handle loan.
  *	4. dispatch direct or promote handlers.
  */
-  
+
 static int
 uvm_fault_upper(
 	struct uvm_faultinfo *ufi, struct uvm_faultctx *flt,
@@ -1959,6 +1959,7 @@
 	 *
 	 * set "pg" to the page we want to map in (uobjpage, usually)
 	 */
+
 	pg = uobjpage;		/* map in the actual object */
 	uvmexp.flt_obj++;
 

Reply via email to