]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
s390/vx: Convert cpu_has_vx() to cpu feature function
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 7 Feb 2025 14:49:08 +0000 (15:49 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Mar 2025 16:18:07 +0000 (17:18 +0100)
commitdb14f78ecb02292e5013d7f46cf01be4d006262d
tree3d4c114a05a190ef65ac56f3239b573d0c28d3b6
parent52109a067aaa96474a5b0f12aee60d73cf5f92e1
s390/vx: Convert cpu_has_vx() to cpu feature function

Instead of having a private cpu_has_vx() implementation use the new common
cpu feature method. Move the facility detection to the decompressor so it
matches all other cpu features.

Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/startup.c
arch/s390/include/asm/cpufeature.h
arch/s390/include/asm/fpu.h
arch/s390/kernel/early.c
lib/raid6/s390vx.uc