Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -100,7 +100,9 @@
 *      ACPI PM timer
 *      FACS table (Waking vectors and Global Lock)
 */
#ifndef ACPI_REDUCED_HARDWARE
#define ACPI_REDUCED_HARDWARE           FALSE
#endif

/******************************************************************************
 *