Hi Oliver, On 20/03/2023 22:09, Oliver Upton wrote:
The test_bit(...) pattern is quite a lot of keystrokes. Replace existing callsites with a helper. No functional change intended. Signed-off-by: Oliver Upton <oliver.upton@xxxxxxxxx> --- arch/arm64/include/asm/kvm_host.h | 3 +++ arch/arm64/kvm/pmu-emul.c | 4 ++--
There is one more instance in arch/arm64/kvm/hypercalls.c at kvm_arm_set_fw_reg_bmap(). Is there a reason why that can't be replaced ? Otherwise, looks good to me. Suzuki