Commit c0144dc0 authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki

ACPICA: Simplify configuration of global ACPI_REDUCED_HARDWARE macro.

Surround definition of this with a #ifndef so that the kernel
can define it elsewhere if desired.
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent cd27d79f
...@@ -100,7 +100,9 @@ ...@@ -100,7 +100,9 @@
* ACPI PM timer * ACPI PM timer
* FACS table (Waking vectors and Global Lock) * FACS table (Waking vectors and Global Lock)
*/ */
#ifndef ACPI_REDUCED_HARDWARE
#define ACPI_REDUCED_HARDWARE FALSE #define ACPI_REDUCED_HARDWARE FALSE
#endif
/****************************************************************************** /******************************************************************************
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment