Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/dev Shut astro up if DEBUG defined.



details:   https://anonhg.NetBSD.org/src/rev/c6875c96336e
branches:  trunk
changeset: 752795:c6875c96336e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 07 08:56:07 2010 +0000

description:
Shut astro up if DEBUG defined.

diffstat:

 sys/arch/hp700/dev/astro.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 84776b9c4ae8 -r c6875c96336e sys/arch/hp700/dev/astro.c
--- a/sys/arch/hp700/dev/astro.c        Sun Mar 07 08:44:28 2010 +0000
+++ b/sys/arch/hp700/dev/astro.c        Sun Mar 07 08:56:07 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: astro.c,v 1.8 2009/11/29 13:51:33 skrll Exp $  */
+/*     $NetBSD: astro.c,v 1.9 2010/03/07 08:56:07 skrll Exp $  */
 
 /*     $OpenBSD: astro.c,v 1.8 2007/10/06 23:50:54 krw Exp $   */
 
@@ -715,7 +715,7 @@
        uint64_t tte;
        uint32_t ci;
 
-#ifdef DEBUG
+#ifdef ASTRODEBUG
        printf("iommu_enter dva %lx, pa %lx, va %lx\n", dva, pa, va);
 #endif
 



Home | Main Index | Thread Index | Old Index