]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ACPICA: Update compilation environment settings.
authorLv Zheng <lv.zheng@intel.com>
Thu, 31 Oct 2013 01:31:06 +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 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>
include/acpi/platform/acenv.h

index ef04b36ca6ed788de2e4b8c305508a2f9d165f3f..9b3966c35b3363fbb3d0e3a1af082036f128f245 100644 (file)
 #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"