OSDN Git Service

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)
commit84676b87b27d8aefafb9f712a5b444938f284513
treea77531d08a9059d03aefd651a4b03b3e5f6901b2
parentcf45b58cd1aeeb324741c91e5e924d255fa4aafe
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