]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9a5dab449334d79b71218d9fab7aba6149380fa9
tree4f4e28c67bde399ad3e6b7dea1e0dba7a9e22a8a
parent0a4427966d4fbc5fbfda6b395afe832e54eed731
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