On Tue, Feb 21, 2023, Binbin Wu wrote:
Remove duplicated calls of reverse_cpuid_check() in __kvm_cpu_cap_mask()I want to keep the checks even though they are redundant. There is no runtime
and kvm_cpu_cap_{clear, set, get}().
cost, and the intent of the direct calls in the "upper" helpers is as much to
document their usage constraints (input feature must be a compile-time constant)
as it is to enforce correctness.