date 99.10.14.22.21.00; author psdiefen; state Exp;

This commit is contained in:
aystarik 2005-06-29 19:46:33 +00:00
parent e5d9d67944
commit eee19bf285

View File

@ -254,6 +254,7 @@
#define DUMP_BUFFER(a,b,c) DumpBuffer((char *)a,b,c,_COMPONENT)
#define MODULE_NAME(name) static char *_THIS_MODULE = name
/*
* Debug macros that are conditionally compiled
@ -261,9 +262,6 @@
#ifdef ACPI_DEBUG
#define MODULE_NAME(name) static char *_THIS_MODULE = name
/*
* Function entry tracing.
* The first parameter should be the procedure name as a quoted string. This is declared
@ -341,7 +339,6 @@
* leaving no executable debug code!
*/
#define MODULE_NAME(name)
#define DEBUG_EXEC(a)
#define DEBUG_DEFINE(a)
#define FUNCTION_TRACE(a)