Skip to content

Commit 0099808

Browse files
KAGA-KOKOingomolnar
authored andcommitted
x86: Select POSIX_CPU_TIMERS_TASK_WORK
Move POSIX CPU timer expiry and signal delivery into task context. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Oleg Nesterov <oleg@redhat.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20200730102337.888613724@linutronix.de
1 parent 1fb497d commit 0099808

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ config X86
209209
select HAVE_PERF_REGS
210210
select HAVE_PERF_USER_STACK_DUMP
211211
select MMU_GATHER_RCU_TABLE_FREE if PARAVIRT
212+
select HAVE_POSIX_CPU_TIMERS_TASK_WORK
212213
select HAVE_REGS_AND_STACK_ACCESS_API
213214
select HAVE_RELIABLE_STACKTRACE if X86_64 && (UNWINDER_FRAME_POINTER || UNWINDER_ORC) && STACK_VALIDATION
214215
select HAVE_FUNCTION_ARG_ACCESS_API

0 commit comments

Comments
 (0)