From: Lv Zheng Date: Tue, 29 Oct 2013 01:30:35 +0000 (+0800) Subject: ACPICA: Add support to allow host OS to redefine individual OSL prototypes. X-Git-Tag: v3.13-rc1~96^2~9^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e94632fc530d990de3110e6c53425d6e28dd238;p=pandora-kernel.git ACPICA: Add support to allow host OS to redefine individual OSL prototypes. This change enables the host OS to redefine OSL prototypes found in the acpiosxf.h file. This allows the host OS to implement OSL interfaces with a macro or inlined function. Further, it allows the host OS to add any additional required modifiers such as __iomem, __init, __exit, etc., as necessary on a per-interface basis. Enables maximum flexibility for the OSL interfaces. Lv Zheng. Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed