diff options
| author | cgd <cgd@NetBSD.org> | 1999-06-18 04:49:24 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1999-06-18 04:49:24 +0000 |
| commit | 7c02d93c04ee46782f54f4f0f41232d97d19558d (patch) | |
| tree | ca3d1b3a910b6b559e9c4cf3502f0ee136933b74 /sys/arch/macppc/include | |
| parent | bbf19ba1819013caa1e8e688c0df841c8b21f4f4 (diff) | |
nuke current definitions provided by __BUS_SPACE_COMPAT_OLDDEFS.
I'll do what I can to make new ones soon. 8-)
Diffstat (limited to 'sys/arch/macppc/include')
| -rw-r--r-- | sys/arch/macppc/include/bus.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/macppc/include/bus.h b/sys/arch/macppc/include/bus.h index 2756c2da78b..411f3a31ce6 100644 --- a/sys/arch/macppc/include/bus.h +++ b/sys/arch/macppc/include/bus.h @@ -1,4 +1,4 @@ -/* $NetBSD: bus.h,v 1.7 1999/03/23 21:29:05 drochner Exp $ */ +/* $NetBSD: bus.h,v 1.8 1999/06/18 04:49:25 cgd Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -695,12 +695,6 @@ bus_space_set_region_stream_4(tag, bsh, offset, val, count) #define BUS_SPACE_BARRIER_READ 0x01 /* force read barrier */ #define BUS_SPACE_BARRIER_WRITE 0x02 /* force write barrier */ -#ifdef __BUS_SPACE_COMPAT_OLDDEFS -/* compatibility definitions; deprecated */ -#define BUS_BARRIER_READ BUS_SPACE_BARRIER_READ -#define BUS_BARRIER_WRITE BUS_SPACE_BARRIER_WRITE -#endif - #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t) /* |
