Move POSIX CPU timer expiry and signal delivery into task context. Signed-off-by: Thomas Gleixner <[email protected]> --- 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

