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 remove accidentially committed debug output
details: https://anonhg.NetBSD.org/src/rev/83a025385564
branches: trunk
changeset: 769786:83a025385564
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Sep 23 12:34:52 2011 +0000
description:
remove accidentially committed debug output
diffstat:
sys/arch/mips/mips/bus_space_alignstride_chipdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 224c6f55a397 -r 83a025385564 sys/arch/mips/mips/bus_space_alignstride_chipdep.c
--- a/sys/arch/mips/mips/bus_space_alignstride_chipdep.c Fri Sep 23 10:27:14 2011 +0000
+++ b/sys/arch/mips/mips/bus_space_alignstride_chipdep.c Fri Sep 23 12:34:52 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_space_alignstride_chipdep.c,v 1.16 2011/09/22 05:08:52 macallan Exp $ */
+/* $NetBSD: bus_space_alignstride_chipdep.c,v 1.17 2011/09/23 12:34:52 macallan Exp $ */
/*-
* Copyright (c) 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -81,7 +81,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_space_alignstride_chipdep.c,v 1.16 2011/09/22 05:08:52 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_space_alignstride_chipdep.c,v 1.17 2011/09/23 12:34:52 macallan Exp $");
#ifdef CHIP_EXTENT
#include <sys/extent.h>
@@ -630,7 +630,6 @@
return (-1);
ret = mbst.mbst_sys_start + (addr - mbst.mbst_bus_start) + off;
if (flags & BUS_SPACE_MAP_PREFETCHABLE) {
- printf("!");
ret |= PGC_PREFETCH;
}
Home |
Main Index |
Thread Index |
Old Index