[PATCH v1 07/27] KVM: arm64: Provide arm64 KVM API for non-native architectures
Christian Borntraeger
borntraeger at linux.ibm.com
Thu Apr 2 04:26:53 PDT 2026
Am 02.04.26 um 12:08 schrieb Marc Zyngier:
>> +static inline bool kvm_supports_32bit_el0(void)
>> +{
>> + return false;
>> +}
>> +
>
> This looks wrong. The original file still has:
>
> #define kvm_supports_32bit_el0() \
> (system_supports_32bit_el0() && \
> !static_branch_unlikely(&arm64_mismatched_32bit_el0))
Thanks for spotting.
Yes, we will fix. Seems to be a leftover when sorting patches.
Christian
More information about the linux-arm-kernel
mailing list