s390: enable CPU alternatives unconditionally
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 27 Apr 2018 05:36:26 +0000 (07:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Apr 2018 09:33:14 +0000 (11:33 +0200)
commit37e79747128bbabdff0e244a41bdcd4892a4e7cb
tree4d3a7610c9af4ec9c95e600ab24cbd4fdc55e5c5
parentb44533a06fd8f50c425c9cfa3cbfa70f62c39a84
s390: enable CPU alternatives unconditionally

[ Upstream commit 049a2c2d486e8cc82c5cd79fa479c5b105b109e9 ]

Remove the CPU_ALTERNATIVES config option and enable the code
unconditionally. The config option was only added to avoid a conflict
with the named saved segment support. Since that code is gone there is
no reason to keep the CPU_ALTERNATIVES config option.

Just enable it unconditionally to also reduce the number of config
options and make it less likely that something breaks.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/Kconfig
arch/s390/include/asm/alternative.h
arch/s390/kernel/Makefile
arch/s390/kernel/module.c