]> Gentwo Git Trees - linux/.git/commit
s390/kvm: Use psw32_t instead of psw_compat_t
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 10 Nov 2025 18:54:34 +0000 (19:54 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 17 Nov 2025 10:10:37 +0000 (11:10 +0100)
commitb2da5f6400b458659c4d3fc90d27c2da42435169
treeb3f403c2998678f629852c645679dd60fd92b568
parent8c633c78c23a85a9efbabbe47d815ebdd7739905
s390/kvm: Use psw32_t instead of psw_compat_t

kvm_s390_handle_lpsw() make use of the psw_compat_t type even though
the code has nothing to do with CONFIG_COMPAT, for which the type is
supposed to be used. Use psw32_t instead.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kvm/priv.c