summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorZenghui Yu <yuzenghui@huawei.com>2019-07-27 06:14:22 +0000
committerMarc Zyngier <maz@kernel.org>2019-08-20 10:34:34 +0100
commit342be1068d9b5b1fd364d270b4f731764e23de2b (patch)
treede023c5b4ae2309539f764a68390f150aa912cb3 /tools/perf/scripts/python/export-to-sqlite.py
parent7f2481b39b4c776fb9c03081ffcfe81f4961601c (diff)
irqchip/gic-v3-its: Remove the redundant set_bit for lpi_map
We try to find a free LPI region in device's lpi_map and allocate them (set them to 1) when we want to allocate LPIs for this device. This is what bitmap_find_free_region() has done for us. The following set_bit is redundant and a bit confusing (since we only set_bit against the first allocated LPI idx). Remove it, and make the set_bit explicit by comment. Signed-off-by: Zenghui Yu <yuzenghui@huawei.com> Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions