Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Fix PMAPDEBUG build for previous.



details:   https://anonhg.NetBSD.org/src/rev/8a4612ffdac7
branches:  trunk
changeset: 753169:8a4612ffdac7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Mar 19 07:35:29 2010 +0000

description:
Fix PMAPDEBUG build for previous.

diffstat:

 sys/arch/hppa/hppa/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 201ce19a40f0 -r 8a4612ffdac7 sys/arch/hppa/hppa/pmap.c
--- a/sys/arch/hppa/hppa/pmap.c Fri Mar 19 07:29:44 2010 +0000
+++ b/sys/arch/hppa/hppa/pmap.c Fri Mar 19 07:35:29 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.73 2010/03/19 07:29:44 skrll Exp $  */
+/*     $NetBSD: pmap.c,v 1.74 2010/03/19 07:35:29 skrll Exp $  */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.73 2010/03/19 07:29:44 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.74 2010/03/19 07:35:29 skrll Exp $");
 
 #include "opt_cputype.h"
 
@@ -525,7 +525,7 @@
                    (pte & PTE_PROT(TLB_WRITE))) {
 
                        DPRINTF(PDB_FOLLOW|PDB_ALIAS,
-                            ("%s: "aliased writable mapping 0x%x:0x%x\n",
+                            ("%s: aliased writable mapping 0x%x:0x%lx\n",
                             __func__, pve->pv_pmap->pm_space, pve->pv_va));
                        ret++;
                }



Home | Main Index | Thread Index | Old Index