Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/integrator Fix DEBUG kernel build.
details: https://anonhg.NetBSD.org/src/rev/8f34640bcc10
branches: trunk
changeset: 758415:8f34640bcc10
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Nov 04 12:16:15 2010 +0000
description:
Fix DEBUG kernel build.
diffstat:
sys/arch/evbarm/integrator/int_bus_dma.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 022d7d5b0fca -r 8f34640bcc10 sys/arch/evbarm/integrator/int_bus_dma.c
--- a/sys/arch/evbarm/integrator/int_bus_dma.c Thu Nov 04 11:50:27 2010 +0000
+++ b/sys/arch/evbarm/integrator/int_bus_dma.c Thu Nov 04 12:16:15 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: int_bus_dma.c,v 1.16 2007/03/05 08:37:38 matt Exp $ */
+/* $NetBSD: int_bus_dma.c,v 1.17 2010/11/04 12:16:15 uebayasi Exp $ */
/*
* Copyright (c) 2002 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
#define _ARM32_BUS_DMA_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: int_bus_dma.c,v 1.16 2007/03/05 08:37:38 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: int_bus_dma.c,v 1.17 2010/11/04 12:16:15 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -87,6 +87,7 @@
#define ID_BUFTYPE_UIO 3
#define ID_BUFTYPE_RAW 4
+#undef DEBUG
#define DEBUG(x)
static struct arm32_dma_range integrator_dma_ranges[DRAM_BLOCKS];
Home |
Main Index |
Thread Index |
Old Index