[patch V2 5/5] x86: Select POSIX_CPU_TIMERS_TASK_WORK

From: Thomas Gleixner
Date: Thu Jul 16 2020 - 16:22:23 EST


Move POSIX CPU timer expiry and signal delivery into task context.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -224,6 +224,7 @@ config X86
select NEED_SG_DMA_LENGTH
select PCI_DOMAINS if PCI
select PCI_LOCKLESS_CONFIG if PCI
+ select POSIX_CPU_TIMERS_TASK_WORK
select PERF_EVENTS
select RTC_LIB
select RTC_MC146818_LIB