We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e749f1 commit 02d484fCopy full SHA for 02d484f
arch/arm64/kvm/pmu-emul.c
@@ -351,7 +351,6 @@ static u64 kvm_pmu_overflow_status(struct kvm_vcpu *vcpu)
351
#endif
352
if ((kvm_vcpu_read_pmcr(vcpu) & ARMV8_PMU_PMCR_E)) {
353
reg = __vcpu_sys_reg(vcpu, PMOVSSET_EL0);
354
- reg &= __vcpu_sys_reg(vcpu, PMCNTENSET_EL0);
355
reg &= __vcpu_sys_reg(vcpu, PMINTENSET_EL1);
356
}
357
0 commit comments