s390: fix GENERIC_LOCKBREAK dependency typo in Kconfig
authorEric Farman <farman@linux.ibm.com>
Tue, 25 Aug 2020 01:59:39 +0000 (03:59 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 2 Sep 2020 11:17:05 +0000 (13:17 +0200)
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>
arch/s390/Kconfig

index 3d86e12e8e3c21ed6a23395f6d946f95411000f0..b29fcc66ec39b06e5baba74cf3d4fdb8bcbdf42b 100644 (file)
@@ -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