]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8e6f66e14cac942d0b26c393d6f1653f92333845
treeefe174590f22c6be606d4d60a72ba028fbdb87bb
parentf4f651d6811862e2b654b3c762c03d70b5f86c95
s390: fix GENERIC_LOCKBREAK dependency typo in Kconfig

Commit ac9eedc6f5a3 ("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: ac9eedc6f5a3 ("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