From f8e69a46278438f81f1f27e2f38e317637084b74 Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 9 Jun 1998 22:53:57 +0000 Subject: [PATCH] Don't enable BUS_SPACE_DEBUG automatically if DEBUG is defined. --- sys/arch/i386/include/bus.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sys/arch/i386/include/bus.h b/sys/arch/i386/include/bus.h index c0a29f172a47..992a2c5d412b 100644 --- a/sys/arch/i386/include/bus.h +++ b/sys/arch/i386/include/bus.h @@ -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