Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Make it compile with DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/0e256dded717
branches:  trunk
changeset: 477251:0e256dded717
user:      soren <soren%NetBSD.org@localhost>
date:      Mon Oct 18 17:17:09 1999 +0000

description:
Make it compile with DEBUG.

diffstat:

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

diffs (27 lines):

diff -r ba528ec7ae97 -r 0e256dded717 sys/arch/mips/mips/pmap.c
--- a/sys/arch/mips/mips/pmap.c Mon Oct 18 09:42:12 1999 +0000
+++ b/sys/arch/mips/mips/pmap.c Mon Oct 18 17:17:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.71 1999/09/25 00:00:39 shin Exp $   */
+/*     $NetBSD: pmap.c,v 1.72 1999/10/18 17:17:09 soren Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.71 1999/09/25 00:00:39 shin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.72 1999/10/18 17:17:09 soren Exp $");
 
 /*
  *     Manages physical address maps.
@@ -458,7 +458,7 @@
 
 #ifdef DEBUG
        if (pmapdebug & (PDB_FOLLOW|PDB_CREATE))
-               printf("pmap_create(%lx)\n", size);
+               printf("pmap_create(%p)\n", pmap);
 #endif
 
        pmap = (pmap_t)malloc(sizeof *pmap, M_VMPMAP, M_WAITOK);



Home | Main Index | Thread Index | Old Index