]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ACPICA: Update acpidump related header file changes.
authorLv Zheng <lv.zheng@intel.com>
Thu, 31 Oct 2013 01:31:12 +0000 (09:31 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 31 Oct 2013 13:37:35 +0000 (14:37 +0100)
This patch updates header files used by acpidump to reduce the
source code differences between Linux and ACPICA upstream.

This patch does not affect the generation of the Linux kernel binary.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/actypes.h
include/acpi/platform/acenv.h

index 0e32b6cab6e69f18483182b2f501a0aa3aa57013..809b1a0fee7fd916d2204020b8392a05bc51e172 100644 (file)
@@ -315,6 +315,14 @@ typedef u32 acpi_physical_address;
 #define ACPI_EXPORT_SYMBOL(symbol)
 #endif
 
+/*
+ * Compiler/Clibrary-dependent debug initialization. Used for ACPICA
+ * utilities only.
+ */
+#ifndef ACPI_DEBUG_INITIALIZE
+#define ACPI_DEBUG_INITIALIZE()
+#endif
+
 /*******************************************************************************
  *
  * Configuration
index 9b3966c35b3363fbb3d0e3a1af082036f128f245..974d3ef7c1413d42be45b974487ca062e2cfdcc4 100644 (file)
 #endif
 
 /*
- * acpi_bin/acpi_help/acpi_src configuration. All single threaded, with
- * no debug output.
+ * acpi_bin/acpi_dump/acpi_src/acpi_xtract configuration. All single
+ * threaded, with no debug output.
  */
 #if (defined ACPI_BIN_APP)   || \
+       (defined ACPI_DUMP_APP)  || \
        (defined ACPI_SRC_APP)   || \
        (defined ACPI_XTRACT_APP)
 #define ACPI_APPLICATION