aboutsummaryrefslogtreecommitdiff
path: root/source/include/acoutput.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-04-19 05:49:53 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-04-19 05:49:53 +0000
commita95efc1a1522251892a7baebcb0569741ad7c6ca (patch)
tree123ed5e9ad0bad1d892c0637e33953142b50843f /source/include/acoutput.h
parent9b7735bafd2eb5079bc7f216ba350dbf8f268683 (diff)
Notes
Diffstat (limited to 'source/include/acoutput.h')
-rw-r--r--source/include/acoutput.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/include/acoutput.h b/source/include/acoutput.h
index 371ce7fc8fbf..e7b1248b0142 100644
--- a/source/include/acoutput.h
+++ b/source/include/acoutput.h
@@ -435,27 +435,21 @@
* This is the non-debug case -- make everything go away,
* leaving no executable debug code!
*/
-#define ACPI_FUNCTION_NAME(a)
#define ACPI_DEBUG_PRINT(pl)
#define ACPI_DEBUG_PRINT_RAW(pl)
#define ACPI_DEBUG_EXEC(a)
#define ACPI_DEBUG_ONLY_MEMBERS(a)
+#define ACPI_FUNCTION_NAME(a)
#define ACPI_FUNCTION_TRACE(a)
#define ACPI_FUNCTION_TRACE_PTR(a, b)
#define ACPI_FUNCTION_TRACE_U32(a, b)
#define ACPI_FUNCTION_TRACE_STR(a, b)
-#define ACPI_FUNCTION_EXIT
-#define ACPI_FUNCTION_STATUS_EXIT(s)
-#define ACPI_FUNCTION_VALUE_EXIT(s)
#define ACPI_FUNCTION_ENTRY()
#define ACPI_DUMP_STACK_ENTRY(a)
#define ACPI_DUMP_OPERANDS(a, b, c)
#define ACPI_DUMP_ENTRY(a, b)
-#define ACPI_DUMP_TABLES(a, b)
#define ACPI_DUMP_PATHNAME(a, b, c, d)
#define ACPI_DUMP_BUFFER(a, b)
-#define ACPI_DEBUG_PRINT(pl)
-#define ACPI_DEBUG_PRINT_RAW(pl)
#define ACPI_IS_DEBUG_ENABLED(Level, Component) 0
/* Return macros must have a return statement at the minimum */