summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2026-05-20 10:19:34 +0100
committerMarc Zyngier <maz@kernel.org>2026-05-22 10:04:49 +0100
commit2295f5eca95d86b98225795a9d4c529796615d53 (patch)
treeff19086df520119bfee9feded23927f091787a4c /tools/perf/scripts/python
parent2e83ac3b3b1a1b3b248a4af07efb19a1acb29845 (diff)
KVM: arm64: vgic-v5: Remove use of __assign_bit() with a constant
Using __assign_bit() is very useful when the value of the bit is not known at compile time. In all other cases, __set_bit() and __clear_bit() are the correct tool for the job. This also fixes an odd case of using VGIC_V5_NR_PRIVATE_IRQS as the bit value... Reviewed-by: Joey Gouly <joey.gouly@arm.com> Link: https://lore.kernel.org/r/20260520091949.542365-4-maz@kernel.org Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions