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 -DDEBUG.



details:   https://anonhg.NetBSD.org/src/rev/92558e5a98aa
branches:  trunk
changeset: 485167:92558e5a98aa
user:      shin <shin%NetBSD.org@localhost>
date:      Fri Apr 21 14:10:39 2000 +0000

description:
make it compile with -DDEBUG.

diffstat:

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

diffs (28 lines):

diff -r 13e4fc561c08 -r 92558e5a98aa sys/arch/mips/mips/pmap.c
--- a/sys/arch/mips/mips/pmap.c Fri Apr 21 13:35:27 2000 +0000
+++ b/sys/arch/mips/mips/pmap.c Fri Apr 21 14:10:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.93 2000/04/16 10:16:19 nisimura Exp $       */
+/*     $NetBSD: pmap.c,v 1.94 2000/04/21 14:10:39 shin Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.93 2000/04/16 10:16:19 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.94 2000/04/21 14:10:39 shin Exp $");
 
 /*
  *     Manages physical address maps.
@@ -1860,8 +1860,7 @@
                                curproc->p_pid, curproc->p_comm);
                else
                        printf("pmap_asid_alloc: curproc <none> ");
-               printf("segtab %p asid %d pid %d '%s'\n",
-                       pmap->pm_segtab, pmap->pm_asid, p->p_pid, p->p_comm);
+               printf("segtab %p asid %d\n", pmap->pm_segtab, pmap->pm_asid);
        }
 #endif
 }



Home | Main Index | Thread Index | Old Index