summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2017-02-13 01:34:38 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2017-02-13 01:34:38 +0000
commit36d14a81601ba4fa622757bb98ea0613f8717246 (patch)
treeba1a99c994a09e78478a71d08553d3d3c3fbb3fc /sys/arch/sparc64
parentf546d60715d875b74dd3d32fdb0031f9506be56a (diff)
whitespace tweak. no functional change.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/include/bus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/bus.h b/sys/arch/sparc64/include/bus.h
index a7a88034e0f..bbb52768a6e 100644
--- a/sys/arch/sparc64/include/bus.h
+++ b/sys/arch/sparc64/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.30 2016/05/04 18:26:12 kettenis Exp $ */
+/* $OpenBSD: bus.h,v 1.31 2017/02/13 01:34:37 dlg Exp $ */
/* $NetBSD: bus.h,v 1.31 2001/09/21 15:30:41 wiz Exp $ */
/*-
@@ -369,7 +369,7 @@ bus_space_barrier(t, h, o, s, f)
#define BUS_DMA_READ 0x0200 /* mapping is device -> memory only */
#define BUS_DMA_WRITE 0x0400 /* mapping is memory -> device only */
#define BUS_DMA_ZERO 0x0800 /* zero memory in dmamem_alloc */
-#define BUS_DMA_OVERRUN 0x1000 /* tolerate DMA overruns */
+#define BUS_DMA_OVERRUN 0x1000 /* tolerate DMA overruns */
#define BUS_DMA_NOCACHE BUS_DMA_BUS1
#define BUS_DMA_DVMA BUS_DMA_BUS2 /* Don't bother with alignment */