summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-14 04:46:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-14 04:46:03 +0000
commit59a62fe21b5c535ddac22bbbf6c5bb456b5a9431 (patch)
tree85cacf771d65ef0a20bba4110e724fce62b61595 /sys
parentb92ac4929cec474ad77a98f49a4dbca5962b3056 (diff)
_bus_dmamap_sync() is unused; ok miod
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/machdep.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 4072c568599..fb6f096d76d 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.386 2007/05/14 04:45:49 deraadt Exp $ */
+/* $OpenBSD: machdep.c,v 1.387 2007/05/14 04:46:02 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -3971,17 +3971,6 @@ _bus_dmamap_unload(bus_dma_tag_t t, bus_dmamap_t map)
}
/*
- * Common function for DMA map synchronization. May be called
- * by bus-specific DMA map synchronization functions.
- */
-void
-_bus_dmamap_sync(bus_dma_tag_t t, bus_dmamap_t map, bus_addr_t addr,
- bus_size_t size, int op)
-{
- /* Nothing to do here. */
-}
-
-/*
* Common function for DMA-safe memory allocation. May be called
* by bus-specific DMA memory allocation functions.
*/