From: Huang Ying <[email protected]>

upstream commit 86cd47334b00b6aa9b5d0ebf389a6fe76f21c641

GHES (Generic Hardware Error Source) is used to process hardware error
notification in firmware first mode.  But because firmware first mode
can be turned on but can not be turned off, it is unreasonable to
unload the GHES module with firmware first mode turned on.  To avoid
confusion, this patch makes GHES can be enabled/disabled in
configuration time, but not built as module and unloaded at run time.

Signed-off-by: Huang Ying <[email protected]>
Reviewed-by: Andi Kleen <[email protected]>
Reviewed-by: Matthew Garrett <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Signed-off-by: Stephen Hemminger <[email protected]>

---
 drivers/acpi/apei/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/acpi/apei/Kconfig 2012-05-21 17:24:11.528242941 -0700
+++ b/drivers/acpi/apei/Kconfig 2012-05-21 17:24:40.712577710 -0700
@@ -10,7 +10,7 @@ config ACPI_APEI
          error injection.
 
 config ACPI_APEI_GHES
-       tristate "APEI Generic Hardware Error Source"
+       bool "APEI Generic Hardware Error Source"
        depends on ACPI_APEI && X86
        select ACPI_HED
        help


--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to