ACPI / OSL: Add support to install tables via initrd
authorLv Zheng <lv.zheng@intel.com>
Wed, 2 Mar 2016 06:16:25 +0000 (14:16 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 22:55:02 +0000 (23:55 +0100)
commitc85cc817e5b6c45a78c3b34170dfeb6469b56d82
tree3e1ce3ec6fddb6ca5202f048b99a9618eb0270c7
parenta543132ee04d1599a0abe913eaf43d1986021d24
ACPI / OSL: Add support to install tables via initrd

This patch adds support to install tables from initrd.

If a table in the initrd wasn't used by the override mechanism,
the table would be installed after initializing all RSDT/XSDT
tables.

Link: https://lkml.org/lkml/2014/2/28/368
Reported-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/internal.h
drivers/acpi/osl.c
drivers/acpi/tables.c