]> Git Repo - linux.git/commit
sched/rt, s390: Use CONFIG_PREEMPTION
authorThomas Gleixner <[email protected]>
Tue, 15 Oct 2019 19:18:04 +0000 (21:18 +0200)
committerIngo Molnar <[email protected]>
Sun, 8 Dec 2019 13:37:35 +0000 (14:37 +0100)
commitfa686453053b70a8a01b7517df8cfc5872f63196
tree8ed6aae9b52e4366f0eb78f9e4e528002dd0fb5d
parent29ff64929e6caf3a6df8e719aa5b9dc36e8e407a
sched/rt, s390: Use CONFIG_PREEMPTION

CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by CONFIG_PREEMPT_RT.
Both PREEMPT and PREEMPT_RT require the same functionality which today
depends on CONFIG_PREEMPT.

Switch the preemption and entry code over to use CONFIG_PREEMPTION. Add
PREEMPT_RT output to die().

[bigeasy: +Kconfig, dumpstack.c]

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Vasily Gorbik <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/s390/Kconfig
arch/s390/include/asm/preempt.h
arch/s390/kernel/dumpstack.c
arch/s390/kernel/entry.S
This page took 0.057193 seconds and 4 git commands to generate.