Skip to content

Commit 0099808

Browse files
KAGA-KOKOIngo Molnar
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 <[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]
1 parent 1fb497d commit 0099808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)