KVM: s390: cpu model: Use proper define for facility mask size
authorNina Schoetterl-Glausch <nsg@linux.ibm.com>
Tue, 19 Dec 2023 14:08:52 +0000 (15:08 +0100)
committerJanosch Frank <frankja@linux.ibm.com>
Sat, 23 Dec 2023 09:41:09 +0000 (10:41 +0100)
commit10f7b1dcdfe05efcd26e90e337daf1bfd8f4a6da
tree247fbd90509807120e92fa3605c4dfa70d028368
parent682dbf430d27bc0e23d8d6921116b4f77f5dc9c6
KVM: s390: cpu model: Use proper define for facility mask size

Use the previously unused S390_ARCH_FAC_MASK_SIZE_U64 instead of
S390_ARCH_FAC_LIST_SIZE_U64 for defining the fac_mask array.
Note that both values are the same, there is no functional change.

Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Signed-off-by: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
Link: https://lore.kernel.org/r/20231219140854.1042599-4-nsg@linux.ibm.com
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Message-ID: <20231219140854.1042599-4-nsg@linux.ibm.com>
arch/s390/include/asm/kvm_host.h