Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm unwrap short lines.



details:   https://anonhg.NetBSD.org/src/rev/cfeabcf7e96c
branches:  trunk
changeset: 579936:cfeabcf7e96c
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri Apr 01 12:37:27 2005 +0000

description:
unwrap short lines.

diffstat:

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

diffs (28 lines):

diff -r 260ca547b154 -r cfeabcf7e96c sys/uvm/uvm_km.c
--- a/sys/uvm/uvm_km.c  Fri Apr 01 12:17:07 2005 +0000
+++ b/sys/uvm/uvm_km.c  Fri Apr 01 12:37:27 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_km.c,v 1.78 2005/04/01 11:59:38 yamt Exp $ */
+/*     $NetBSD: uvm_km.c,v 1.79 2005/04/01 12:37:27 yamt Exp $ */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -130,7 +130,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_km.c,v 1.78 2005/04/01 11:59:38 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_km.c,v 1.79 2005/04/01 12:37:27 yamt Exp $");
 
 #include "opt_uvmhist.h"
 
@@ -711,8 +711,7 @@
                        return 0;
                }
        }
-       pmap_kenter_pa(va, VM_PAGE_TO_PHYS(pg),
-           VM_PROT_READ|VM_PROT_WRITE);
+       pmap_kenter_pa(va, VM_PAGE_TO_PHYS(pg), VM_PROT_READ|VM_PROT_WRITE);
        pmap_update(pmap_kernel());
 
        return va;



Home | Main Index | Thread Index | Old Index