]> Git Repo - J-linux.git/commitdiff
x86: Select POSIX_CPU_TIMERS_TASK_WORK
authorThomas Gleixner <[email protected]>
Thu, 30 Jul 2020 10:14:07 +0000 (12:14 +0200)
committerIngo Molnar <[email protected]>
Thu, 6 Aug 2020 14:50:59 +0000 (16:50 +0200)
Move POSIX CPU timer expiry and signal delivery into task context.

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Oleg Nesterov <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/Kconfig

index fd03cefabd34de8b2327893852a8325f9f7e1663..a82e7150964e7e9fe3c94aadfdf3e0f5b7ad83ab 100644 (file)
@@ -209,6 +209,7 @@ config X86
        select HAVE_PERF_REGS
        select HAVE_PERF_USER_STACK_DUMP
        select MMU_GATHER_RCU_TABLE_FREE                if PARAVIRT
+       select HAVE_POSIX_CPU_TIMERS_TASK_WORK
        select HAVE_REGS_AND_STACK_ACCESS_API
        select HAVE_RELIABLE_STACKTRACE         if X86_64 && (UNWINDER_FRAME_POINTER || UNWINDER_ORC) && STACK_VALIDATION
        select HAVE_FUNCTION_ARG_ACCESS_API
This page took 0.051331 seconds and 4 git commands to generate.