Skip to content

Commit 114b9df

Browse files
efarmanVasily Gorbik
authored andcommitted
s390: fix GENERIC_LOCKBREAK dependency typo in Kconfig
Commit fa68645 ("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: fa68645 ("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>
1 parent f75aef3 commit 114b9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/s390/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ config GENERIC_BUG_RELATIVE_POINTERS
3030
def_bool y
3131

3232
config GENERIC_LOCKBREAK
33-
def_bool y if PREEMPTTION
33+
def_bool y if PREEMPTION
3434

3535
config PGSTE
3636
def_bool y if KVM

0 commit comments

Comments
 (0)