diff options
| author | Marc Zyngier <maz@kernel.org> | 2026-05-20 11:01:58 +0100 |
|---|---|---|
| committer | Marc Zyngier <maz@kernel.org> | 2026-05-21 08:08:49 +0100 |
| commit | 2772383afc5c65d6242f62947b5c184ffb049359 (patch) | |
| tree | 22a5a8cd0e6306076f69a0f947b3c9b4440e5abc /include/kvm | |
| parent | ac7002031852ab8f75b3debb1a4c4b2d1ff5a26c (diff) | |
| download | linux-next-2772383afc5c65d6242f62947b5c184ffb049359.tar.gz linux-next-2772383afc5c65d6242f62947b5c184ffb049359.zip | |
KVM: arm64: pmu: Kill the PMU interrupt level cache
Just like the timer, the PMU has an interrupt cache that serves little
purpose. Drop it.
Reviewed-by: Oliver Upton <oupton@kernel.org>
Link: https://patch.msgid.link/20260520100200.543845-5-maz@kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'include/kvm')
| -rw-r--r-- | include/kvm/arm_pmu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/kvm/arm_pmu.h b/include/kvm/arm_pmu.h index 3e844c5ee917..b5e5942204fc 100644 --- a/include/kvm/arm_pmu.h +++ b/include/kvm/arm_pmu.h @@ -32,7 +32,6 @@ struct kvm_pmu { struct kvm_pmc pmc[KVM_ARMV8_PMU_MAX_COUNTERS]; int irq_num; bool created; - bool irq_level; }; struct arm_pmu_entry { |
