commit | 049a2c2d486e8cc82c5cd79fa479c5b105b109e9 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Nov 14 15:20:24 2017 +0100 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Nov 14 22:08:12 2017 +0100 |
tree | 733a9f508b2700c9a41f9efec9283a48b68cb526 | |
parent | a6de0a91d93a47f812cf43b96ba6e639de6df6d5 [diff] |
s390: enable CPU alternatives unconditionally 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>