diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-10 00:23:12 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-10 00:23:12 +0000 |
commit | ee040bd7e776a78ef7bb87465f31d72162ad3f03 (patch) | |
tree | ba44bfdd106151beaa800308256d4c97de73791c /sys/arch | |
parent | 7ae674abe56e9f66b44a916e99ef89605b75274a (diff) |
remove two unused flags
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/include/bus.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc64/include/bus.h b/sys/arch/sparc64/include/bus.h index a86c87c0812..14f61133f02 100644 --- a/sys/arch/sparc64/include/bus.h +++ b/sys/arch/sparc64/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.16 2003/06/24 21:54:39 henric Exp $ */ +/* $OpenBSD: bus.h,v 1.17 2005/07/10 00:23:11 brad Exp $ */ /* $NetBSD: bus.h,v 1.31 2001/09/21 15:30:41 wiz Exp $ */ /*- @@ -76,8 +76,6 @@ #include <machine/types.h> #include <machine/ctlreg.h> -#define __HAS_NEW_BUS_DMAMAP_SYNC - /* * Debug hooks */ @@ -407,8 +405,6 @@ struct uio; #define BUS_DMASYNC_PREWRITE 0x04 /* pre-write synchronization */ #define BUS_DMASYNC_POSTWRITE 0x08 /* post-write synchronization */ -#define __HAVE_NEW_BUS_DMAMAP_SYNC - typedef struct sparc_bus_dma_tag *bus_dma_tag_t; typedef struct sparc_bus_dmamap *bus_dmamap_t; |