Don't enable BUS_SPACE_DEBUG automatically if DEBUG is defined.
This commit is contained in:
parent
1b01ec0993
commit
f8e69a4627
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bus.h,v 1.18 1998/06/07 03:32:32 thorpej Exp $ */
|
||||
/* $NetBSD: bus.h,v 1.19 1998/06/09 22:53:57 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -77,13 +77,6 @@
|
|||
#define __BUS_SPACE_COMPAT_OLDDEFS
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Turn on BUS_SPACE_DEBUG if the global DEBUG option is enabled.
|
||||
*/
|
||||
#if defined(DEBUG) && !defined(BUS_SPACE_DEBUG)
|
||||
#define BUS_SPACE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifdef BUS_SPACE_DEBUG
|
||||
/*
|
||||
* Macros for sanity-checking the aligned-ness of pointers passed to
|
||||
|
|
Loading…
Reference in New Issue