Commit d38f6bce authored by Miaohe Lin's avatar Miaohe Lin Committed by Rafael J. Wysocki
Browse files

ACPI: APEI: mark bert_disable as __initdata



It's only used inside the __init section. Mark it __initdata.

Signed-off-by: default avatarMiaohe Lin <linmiaohe@huawei.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 43482701
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#define ACPI_BERT_PRINT_MAX_RECORDS 5
#define ACPI_BERT_PRINT_MAX_LEN 1024

static int bert_disable;
static int bert_disable __initdata;

/*
 * Print "all" the error records in the BERT table, but avoid huge spam to