summaryrefslogtreecommitdiff
path: root/include/kvm
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2026-05-20 11:01:58 +0100
committerMarc Zyngier <maz@kernel.org>2026-05-21 08:08:49 +0100
commit2772383afc5c65d6242f62947b5c184ffb049359 (patch)
tree22a5a8cd0e6306076f69a0f947b3c9b4440e5abc /include/kvm
parentac7002031852ab8f75b3debb1a4c4b2d1ff5a26c (diff)
downloadlinux-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.h1
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 {