diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-31 17:42:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-31 17:42:14 +0000 |
commit | e378318a967ade3cf3dc2b972b471f69b27ca9b6 (patch) | |
tree | c9213c4571c8191eed478b95e6b0d5dc7be833db /sys/arch/hppa | |
parent | 8ab81686e9da47bf574ca4315fb6c8a32314db3b (diff) |
Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with
other BUS_DMA_xxx flag names, and nothing uses it.
ok many@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/bus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/bus.h b/sys/arch/hppa/include/bus.h index 61f29bef8f8..4989eaf7639 100644 --- a/sys/arch/hppa/include/bus.h +++ b/sys/arch/hppa/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.26 2009/04/20 00:42:06 oga Exp $ */ +/* $OpenBSD: bus.h,v 1.27 2009/05/31 17:42:11 miod Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -295,7 +295,6 @@ extern const struct hppa_bus_space_tag hppa_bustag; #define BUS_DMA_NOWAIT 0x0001 /* not safe to sleep */ #define BUS_DMA_ALLOCNOW 0x0002 /* perform resource allocation now */ #define BUS_DMA_COHERENT 0x0004 /* hint: map memory DMA coherent */ -#define BUS_DMAMEM_NOSYNC 0x0010 #define BUS_DMA_BUS1 0x0020 /* placeholders for bus functions... */ #define BUS_DMA_BUS2 0x0040 #define BUS_DMA_BUS3 0x0080 |