summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2013-10-31 01:31:06 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-10-31 13:37:35 (GMT)
commita4fb614ad01506aa45f894f0f1c912e99cc7fdf1 (patch)
tree046055736b63cf12e0f4752a0b89e838784e83af
parentdba47d3af92bb2e443cdb689422bf30b498bd209 (diff)
downloadlinux-a4fb614ad01506aa45f894f0f1c912e99cc7fdf1.tar.xz
ACPICA: Update compilation environment settings.
This patch updates architecture specific environment settings to reduce source 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>
-rw-r--r--include/acpi/platform/acenv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h
index ef04b36..9b3966c 100644
--- a/include/acpi/platform/acenv.h
+++ b/include/acpi/platform/acenv.h
@@ -147,6 +147,9 @@
#if defined(_LINUX) || defined(__linux__)
#include <acpi/platform/aclinux.h>
+#elif defined(_APPLE) || defined(__APPLE__)
+#include "acmacosx.h"
+
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#include "acfreebsd.h"