[patch 5/5] x86: Select POSIX_CPU_TIMERS_TASK_WORK

From: Thomas Gleixner
Date: Thu Aug 01 2019 - 10:38:23 EST


X86 handles task work in KVM now. Enable the delegation of posix cpu timer
expiry into task work.

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

--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -213,6 +213,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