projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b46d7
)
ACPI APEI: Add Kconfig option IRQ_WORK for GHES
author
Chen Gong
<
[email protected]
>
Wed, 10 Aug 2011 02:46:22 +0000
(10:46 +0800)
committer
Len Brown
<
[email protected]
>
Thu, 11 Aug 2011 19:42:09 +0000
(15:42 -0400)
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 <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
drivers/acpi/apei/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/acpi/apei/Kconfig
b/drivers/acpi/apei/Kconfig
index c34aa51af4eed85a99bc9aad7720e4dd582f47a8..e3f47872ec222949d13f239fdaf9e00eb5985984 100644
(file)
--- 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