Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390: fix GENERIC_LOCKBREAK dependency typo in Kconfig

Commit fa686453053b ("sched/rt, s390: Use CONFIG_PREEMPTION")
changed a bunch of uses of CONFIG_PREEMPT to _PREEMPTION.
Except in the Kconfig it used two T's. That's the only place
in the system where that spelling exists, so let's fix that.

Fixes: fa686453053b ("sched/rt, s390: Use CONFIG_PREEMPTION")
Cc: <stable@vger.kernel.org> # 5.6
Signed-off-by: Eric Farman <farman@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>

authored by

Eric Farman and committed by
Vasily Gorbik
114b9df4 f75aef39

+1 -1
+1 -1
arch/s390/Kconfig
··· 30 30 def_bool y 31 31 32 32 config GENERIC_LOCKBREAK 33 - def_bool y if PREEMPTTION 33 + def_bool y if PREEMPTION 34 34 35 35 config PGSTE 36 36 def_bool y if KVM