Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/allwinner Didn't want to comment out awin_dma_b...
details: https://anonhg.NetBSD.org/src/rev/c8bc6503d6b1
branches: trunk
changeset: 327028:c8bc6503d6b1
user: matt <matt%NetBSD.org@localhost>
date: Wed Feb 26 00:30:56 2014 +0000
description:
Didn't want to comment out awin_dma_bootstrap
diffstat:
sys/arch/arm/allwinner/awin_board.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r f5ddd7f30aee -r c8bc6503d6b1 sys/arch/arm/allwinner/awin_board.c
--- a/sys/arch/arm/allwinner/awin_board.c Wed Feb 26 00:29:23 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_board.c Wed Feb 26 00:30:56 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_board.c,v 1.9 2014/02/26 00:19:01 matt Exp $ */
+/* $NetBSD: awin_board.c,v 1.10 2014/02/26 00:30:56 matt Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: awin_board.c,v 1.9 2014/02/26 00:19:01 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: awin_board.c,v 1.10 2014/02/26 00:30:56 matt Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -198,13 +198,11 @@
#endif
}
-#if 0
void
awin_dma_bootstrap(psize_t psize)
{
awin_coherent_dma_ranges[0].dr_len = psize;
}
-#endif
#ifdef MULTIPROCESSOR
void
Home |
Main Index |
Thread Index |
Old Index