]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI, APEI, GHES, Prevent GHES to be built as module
authorHuang Ying <ying.huang@intel.com>
Wed, 13 Jul 2011 05:14:18 +0000 (13:14 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 14 Jul 2011 03:35:57 +0000 (23:35 -0400)
commit44726c6a1c87d011cca9a465612c950cb3722291
treeb8b9b6475a864abc3a29d4ccae012464bf2a6aee
parentafe79c1ee95b43e93b2275612d2959c7678e48e2
ACPI, APEI, GHES, Prevent GHES to be built as module

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 <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>
drivers/acpi/apei/Kconfig