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/db3ff5f05334
branches:  uebayasi-xip
changeset: 751739:db3ff5f05334
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Jul 09 12:58:00 2010 +0000

description:
Whitespace.

diffstat:

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

diffs (26 lines):

diff -r f9e0b6636019 -r db3ff5f05334 sys/uvm/uvm_fault.c
--- a/sys/uvm/uvm_fault.c       Fri Jul 09 12:57:42 2010 +0000
+++ b/sys/uvm/uvm_fault.c       Fri Jul 09 12:58:00 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_fault.c,v 1.166.2.13 2010/07/09 12:49:21 uebayasi Exp $    */
+/*     $NetBSD: uvm_fault.c,v 1.166.2.14 2010/07/09 12:58:00 uebayasi Exp $    */
 
 /*
  *
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.166.2.13 2010/07/09 12:49:21 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.166.2.14 2010/07/09 12:58:00 uebayasi Exp $");
 
 #include "opt_uvmhist.h"
 #include "opt_xip.h"
@@ -2201,6 +2201,7 @@
 uvm_fault_lower_enter_error_done:
                pg->flags &= ~(PG_BUSY|PG_FAKE|PG_WANTED);
                UVM_PAGE_OWN(pg, NULL);
+
                uvmfault_unlockall(ufi, amap, uobj, anon);
                if (!uvm_reclaimable()) {
                        UVMHIST_LOG(maphist,



Home | Main Index | Thread Index | Old Index