]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPICA: Tables: Fix an issue that FACS initialization is performed twice
authorLv Zheng <lv.zheng@intel.com>
Wed, 1 Jul 2015 06:43:26 +0000 (14:43 +0800)
committerZefan Li <lizefan@huawei.com>
Thu, 22 Oct 2015 01:20:07 +0000 (09:20 +0800)
commitd4ee09b224ce7d0a815aa8a70a9a01b032358393
tree3f43ff148cd23e2810141fbb84d28d2e251b7d20
parent61b8a506b6e3d3d391121c7b3c1c1cf29472d8e1
ACPICA: Tables: Fix an issue that FACS initialization is performed twice

commit c04be18448355441a0c424362df65b6422e27bda upstream.

ACPICA commit 90f5332a15e9d9ba83831ca700b2b9f708274658

This patch adds a new FACS initialization flag for acpi_tb_initialize().
acpi_enable_subsystem() might be invoked several times in OS bootup process,
and we don't want FACS initialization to be invoked twice. Lv Zheng.

Link: https://github.com/acpica/acpica/commit/90f5332a
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>
[lizf: Backported to 3.4: adjust filename]
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/acpi/acpica/utxface.c
include/acpi/actypes.h