aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
diff options
context:
space:
mode:
authorEric Farman <farman@linux.ibm.com>2020-08-25 03:59:39 +0200
committerVasily Gorbik <gor@linux.ibm.com>2020-09-02 13:17:05 +0200
commit114b9df419bf5db097b322ebb03fcf2f502f9380 (patch)
treeefe174590f22c6be606d4d60a72ba028fbdb87bb /arch
parentLinux 5.9-rc3 (diff)
downloadwireguard-linux-114b9df419bf5db097b322ebb03fcf2f502f9380.tar.xz
wireguard-linux-114b9df419bf5db097b322ebb03fcf2f502f9380.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 3d86e12e8e3c..b29fcc66ec39 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