]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: OSL: Add support to exclude stdarg.h
authorLv Zheng <lv.zheng@intel.com>
Mon, 5 Jun 2017 08:39:56 +0000 (16:39 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Jun 2017 12:58:40 +0000 (14:58 +0200)
commit8156bcd11d18d819f81b19a0669a1168bea78c50
treea77531d08a9059d03aefd651a4b03b3e5f6901b2
parent2b2eb9b65afae51f4e009ef8e14a13aaa7161074
ACPICA: OSL: Add support to exclude stdarg.h

ACPICA commit e2df7455a9a4301b03668e4c9c02c7a564cc841c

Some hosts may choose not to include stdarg.h, implementing a
configurability in acgcc.h, allowing OSen like Solaris to exclude stdarg.h.
This patch also fixes acintel.h accordingly without providing builtin
support as Intel compiler is similar as GCC. Reported by Dana Myers, fixed
by Lv Zheng.

Link: https://github.com/acpica/acpica/commit/e2df7455
Reported-by: Dana Myers <dana.myers@oracle.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/platform/acgcc.h
include/acpi/platform/acintel.h