Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/uebayasi-xip]: src/sys/uvm Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/66ff97c560ca
branches:  uebayasi-xip
changeset: 751731:66ff97c560ca
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Jul 08 02:23:28 2010 +0000

description:
Whitespace.

diffstat:

 sys/uvm/uvm_fault.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 0fd83c927ac9 -r 66ff97c560ca sys/uvm/uvm_fault.c
--- a/sys/uvm/uvm_fault.c       Wed Jul 07 16:35:24 2010 +0000
+++ b/sys/uvm/uvm_fault.c       Thu Jul 08 02:23:28 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_fault.c,v 1.166.2.10 2010/07/07 16:35:26 uebayasi Exp $    */
+/*     $NetBSD: uvm_fault.c,v 1.166.2.11 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.10 2010/07/07 16:35:26 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.166.2.11 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++;
 



Home | Main Index | Thread Index | Old Index