OSDN Git Service

s390/hwcaps: move setup_hwcaps()
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 21 Jul 2021 11:23:07 +0000 (13:23 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:20 +0000 (09:39 +0200)
commitf17a6d5d83bc05908e5c3fc1c24787aa354653df
tree370fc5a4c63b5041574a946c07464c53c1acd30c
parentc68d463286cd481cfbc4b0207fafef1ef5506d3b
s390/hwcaps: move setup_hwcaps()

Move setup_hwcaps() to processor.c for two reasons:
- make setup.c a bit smaller
- have allmost all of the hwcap code in one file

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