From: Eric Farman Date: Tue, 25 Aug 2020 01:59:39 +0000 (+0200) Subject: s390: fix GENERIC_LOCKBREAK dependency typo in Kconfig X-Git-Tag: v5.8.8~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3264d781e1ad1e0ffc370c1f14d7d68e288ecaa7;p=thirdparty%2Fkernel%2Fstable.git s390: fix GENERIC_LOCKBREAK dependency typo in Kconfig commit 114b9df419bf5db097b322ebb03fcf2f502f9380 upstream. 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: # 5.6 Signed-off-by: Eric Farman Signed-off-by: Heiko Carstens Signed-off-by: Vasily Gorbik Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 4907a5149a8a3..79e074ffad139 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -30,7 +30,7 @@ config GENERIC_BUG_RELATIVE_POINTERS def_bool y config GENERIC_LOCKBREAK - def_bool y if PREEMPTTION + def_bool y if PREEMPTION config PGSTE def_bool y if KVM