summaryrefslogtreecommitdiff
path: root/include/acpi/apei.h
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2011-07-13 05:14:19 (GMT)
committerLen Brown <len.brown@intel.com>2011-07-14 03:36:34 (GMT)
commitb6a9501658530d8b8374e37f1edb549039a8a260 (patch)
treee41103e3cd5a389d679b208eb254430f5100db68 /include/acpi/apei.h
parent86cd47334b00b6aa9b5d0ebf389a6fe76f21c641 (diff)
downloadlinux-fsl-qoriq-b6a9501658530d8b8374e37f1edb549039a8a260.tar.xz
ACPI, APEI, GHES, Support disable GHES at boot time
Some machine may have broken firmware so that GHES and firmware first mode should be disabled. This patch adds support to that. Signed-off-by: Huang Ying <ying.huang@intel.com> Reviewed-by: Andi Kleen <ak@linux.intel.com> Reviewed-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/apei.h')
-rw-r--r--include/acpi/apei.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/apei.h b/include/acpi/apei.h
index e67b523..d40bc55 100644
--- a/include/acpi/apei.h
+++ b/include/acpi/apei.h
@@ -18,6 +18,7 @@
extern int hest_disable;
extern int erst_disable;
+extern int ghes_disable;
#ifdef CONFIG_ACPI_APEI
void __init acpi_hest_init(void);