]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/acpi/apei.c
ACPI / APEI / ARM64: APEI initial support for ARM64
[karo-tx-linux.git] / arch / x86 / kernel / acpi / apei.c
index c280df6b2aa28304b1c18832267a1a3966a71ae9..ea3046e0b0cf53c44417eed99ae8f76b6fec08d9 100644 (file)
@@ -24,9 +24,6 @@ int arch_apei_enable_cmcff(struct acpi_hest_header *hest_hdr, void *data)
        struct acpi_hest_ia_corrected *cmc;
        struct acpi_hest_ia_error_bank *mc_bank;
 
-       if (hest_hdr->type != ACPI_HEST_TYPE_IA32_CORRECTED_CHECK)
-               return 0;
-
        cmc = (struct acpi_hest_ia_corrected *)hest_hdr;
        if (!cmc->enabled)
                return 0;