Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Unwrap two lines. NFC.



details:   https://anonhg.NetBSD.org/src/rev/ee873e7189ce
branches:  trunk
changeset: 827542:ee873e7189ce
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Nov 01 21:13:26 2017 +0000

description:
Unwrap two lines.  NFC.

diffstat:

 sys/arch/arm/arm32/pmap.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 166b360755ba -r ee873e7189ce sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Wed Nov 01 21:11:44 2017 +0000
+++ b/sys/arch/arm/arm32/pmap.c Wed Nov 01 21:13:26 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.360 2017/11/01 21:11:44 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.361 2017/11/01 21:13:26 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.360 2017/11/01 21:11:44 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.361 2017/11/01 21:13:26 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -7891,8 +7891,7 @@
         */
        if (arm_poolpage_vmfreelist != VM_FREELIST_DEFAULT) {
                return uvm_pagealloc_strat(NULL, 0, NULL, flags,
-                   UVM_PGA_STRAT_FALLBACK,
-                   arm_poolpage_vmfreelist);
+                   UVM_PGA_STRAT_FALLBACK, arm_poolpage_vmfreelist);
        }
 
        return uvm_pagealloc(NULL, 0, NULL, flags);



Home | Main Index | Thread Index | Old Index