diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2019-03-12 18:33:47 +0100 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2019-04-29 15:45:01 +0100 |
commit | b31a383852b95b47996ed1789288f6bdf6f7ec25 (patch) | |
tree | 8d0266d906b414a45356b7329c914121e46e8311 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cfbf9e497094dcfaba02fe46e9e8c276e2d6eca9 (diff) |
irqchip/gic-v3-its: Move allocation outside mutex
There's no reason to do the allocation of the new lpi_range inside the
lpi_range_lock. One could change the code to avoid the allocation
altogether in case the freed range can be merged with one or two
existing ranges (in which case the allocation would naturally be done
under the lock), but it's probably not worth complicating the code for
that.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions