OSDN Git Service

s390/hwcaps: split setup_hwcaps()
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 21 Jul 2021 11:25:21 +0000 (13:25 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:20 +0000 (09:39 +0200)
commit873129ca7b56c7b28dcf712b3bd50c08dc36b910
tree4f4e28c67bde399ad3e6b7dea1e0dba7a9e22a8a
parentf17a6d5d83bc05908e5c3fc1c24787aa354653df
s390/hwcaps: split setup_hwcaps()

setup_hwcaps() is a quite large function. Make it smaller by moving
the elf platform setup code into an independent setup function.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/processor.c