OSDN Git Service

ACPICA: Tables: Combine checksum/duplication verification together
authorLv Zheng <lv.zheng@intel.com>
Mon, 10 Jul 2017 07:23:50 +0000 (15:23 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 20 Jul 2017 14:38:25 +0000 (16:38 +0200)
commitf9d472ee3214cf8fc3e4b418b376869799adaf67
tree46ab1b3518857b1bc354cb87f17ad4afe5abefd4
parent023e2ee16c51da7f6a9455ac936e4fb00295f47a
ACPICA: Tables: Combine checksum/duplication verification together

ACPICA commit 182bdffc0644f568be614a6d4debd651e29ca587

They are all mechanisms used to verify if a table is qualified to be
installed and controlled by acpi_gbl_enable_table_validation, so combine them
together. By doing so, table duplication check is applied to the statically
loaded tables (however whether it is actually enabled is still determined
by acpi_gbl_enable_table_validation). Lv Zheng.

Link: https://github.com/acpica/acpica/commit/182bdffc
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>
drivers/acpi/acpica/actables.h
drivers/acpi/acpica/tbdata.c
drivers/acpi/acpica/tbinstal.c