Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm PRIxPHYSMEM -> PRIxPHYSSEG to fix the build



details:   https://anonhg.NetBSD.org/src/rev/f5fdbac38ed3
branches:  trunk
changeset: 349782:f5fdbac38ed3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Dec 23 09:18:02 2016 +0000

description:
PRIxPHYSMEM -> PRIxPHYSSEG to fix the build

diffstat:

 sys/uvm/uvm_pglist.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f480c6070ef5 -r f5fdbac38ed3 sys/uvm/uvm_pglist.c
--- a/sys/uvm/uvm_pglist.c      Fri Dec 23 09:16:46 2016 +0000
+++ b/sys/uvm/uvm_pglist.c      Fri Dec 23 09:18:02 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_pglist.c,v 1.69 2016/12/23 08:53:56 skrll Exp $    */
+/*     $NetBSD: uvm_pglist.c,v 1.70 2016/12/23 09:18:02 skrll Exp $    */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_pglist.c,v 1.69 2016/12/23 08:53:56 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_pglist.c,v 1.70 2016/12/23 09:18:02 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -410,7 +410,7 @@
                        paddr_t cidx = 0;
                        const uvm_physseg_t bank = uvm_physseg_find(candidate, &cidx);
                        KDASSERTMSG(bank == psi,
-                           "uvm_physseg_find(%#x) (%"PRIxPHYSMEM ") != psi %"PRIxPHYSMEM,
+                           "uvm_physseg_find(%#x) (%"PRIxPHYSSEG ") != psi %"PRIxPHYSSEG,
                             candidate, bank, psi);
                        KDASSERTMSG(cidx == candidate - uvm_physseg_get_start(psi),
                            "uvm_physseg_find(%#x): %#"PRIxPADDR" != off %"PRIxPADDR,



Home | Main Index | Thread Index | Old Index