From: Chen Gong Date: Wed, 10 Aug 2011 02:46:22 +0000 (+0800) Subject: ACPI APEI: Add Kconfig option IRQ_WORK for GHES X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=03ba176a29dae5b4849f45c0b5c89b9d78baa2c6;p=deliverable%2Flinux.git ACPI APEI: Add Kconfig option IRQ_WORK for GHES IRQ_WORK is used by GHES, but it is selected by PERF_EVENT. For now PERF_EVENT is selected by x86 by default, but in concept, IRQ_WORK should be selected by GHES, not by others. Signed-off-by: Chen Gong Signed-off-by: Len Brown --- diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig index c34aa51af4ee..e3f47872ec22 100644 --- a/drivers/acpi/apei/Kconfig +++ b/drivers/acpi/apei/Kconfig @@ -13,6 +13,7 @@ config ACPI_APEI_GHES bool "APEI Generic Hardware Error Source" depends on ACPI_APEI && X86 select ACPI_HED + select IRQ_WORK select LLIST select GENERIC_ALLOCATOR help