This patch does not affect the generation of the Linux binary. This patch decreases 3 lines of divergences. This patch updates architecture specific environment settings to reduce source differences between Linux and ACPICA upstream. Signed-off-by: Lv Zheng <lv.zheng@xxxxxxxxx> --- include/acpi/platform/acenv.h | 3 +++ 1 file changed, 3 insertions(+) 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" -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html