Message ID | 20190801143658.166001448@linutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | posix-cpu-timers: Move expiry into task work context | expand |
--- 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
X86 handles task work in KVM now. Enable the delegation of posix cpu timer expiry into task work. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+)