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

Signed-off-by: Thomas Gleixner <t...@linutronix.de>
---
 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


Reply via email to