Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / bus.c
index 4ce0ea1e5a4e26efcedc99edb0deaa15d2ee81a8..c5bc8cfe09fa6d2beba1c4ac9ea490314f3e08f7 100644 (file)
@@ -489,6 +489,9 @@ void __init acpi_early_init(void)
 
        printk(KERN_INFO PREFIX "Core revision %08x\n", ACPI_CA_VERSION);
 
+       /* It's safe to verify table checksums during late stage */
+       acpi_gbl_verify_table_checksum = TRUE;
+
        /* enable workarounds, unless strict ACPI spec. compliance */
        if (!acpi_strict)
                acpi_gbl_enable_interpreter_slack = TRUE;