Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/usermode Indent debug aprint_debug()'s



details:   https://anonhg.NetBSD.org/src/rev/e62647ade2d9
branches:  trunk
changeset: 768699:e62647ade2d9
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Thu Aug 25 10:46:59 2011 +0000

description:
Indent debug aprint_debug()'s

diffstat:

 sys/arch/usermode/usermode/pmap.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e2795689b9ed -r e62647ade2d9 sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Thu Aug 25 02:36:03 2011 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Thu Aug 25 10:46:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.32 2011/08/24 20:13:56 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.33 2011/08/25 10:46:59 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2011 Reinoud Zandijk <reinoud%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.32 2011/08/24 20:13:56 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.33 2011/08/25 10:46:59 reinoud Exp $");
 
 #include "opt_memsize.h"
 #include "opt_kmempages.h"
@@ -551,7 +551,7 @@
 {
        struct pv_entry *pv, *npv;
 
-aprint_debug("pv_release ppn %"PRIdPTR", lpn %"PRIdPTR"\n", ppn, lpn);
+       aprint_debug("pv_release ppn %"PRIdPTR", lpn %"PRIdPTR"\n", ppn, lpn);
        pv = &pv_table[ppn];
        /*
         * If it is the first entry on the list, it is actually
@@ -590,7 +590,7 @@
        struct pv_entry *pv;
        int s;
 
-aprint_debug("pmap_remove() called\n");
+       aprint_debug("pmap_remove() called\n");
 
        slpn = atop(sva); elpn = atop(eva);
        s = splvm();



Home | Main Index | Thread Index | Old Index