diff mbox

Add Kconfig option IRQ_WORK for GHES

Message ID 1312944382-24491-1-git-send-email-gong.chen@linux.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Chen Gong Aug. 10, 2011, 2:46 a.m. UTC
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 <gong.chen@linux.intel.com>
---
 drivers/acpi/apei/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Len Brown Aug. 11, 2011, 7:42 p.m. UTC | #1
applied

thanks,
Len Brown, Intel Open Source Technology Center

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Chen Gong Aug. 12, 2011, 1:47 a.m. UTC | #2
? 2011/8/12 3:42, Len Brown ??:
> applied
>
> thanks,
> Len Brown, Intel Open Source Technology Center
>

Hi, Len

According to Ying's suggestion, how about changing the
title like this" "Select IRQ_WORK in GHES Kconfig option"
when you merge the patch ?

Thanks a lot !
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/acpi/apei/Kconfig b/drivers/acpi/apei/Kconfig
index c34aa51..e3f4787 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