diff options
author | Matt Redfearn <[email protected]> | 2016-04-25 08:14:23 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-05-02 13:42:50 +0200 |
commit | 01292cea0df86ed4a1eb6450d6eda375ef925716 (patch) | |
tree | fc5b2e42c595619148acc40f59a5937ade2450d2 /tools/perf/scripts/python/sched-migration.py | |
parent | b75a2bf899b668b1d52de8846aafdbcf81349c73 (diff) |
genirq: Make irq_destroy_ipi take a cpumask of IPIs to destroy
Previously irq_destroy_ipi() would destroy IPIs to all CPUs that were
configured by irq_reserve_ipi(). This change makes it possible to
destroy just a subset of the IPIs. This may be useful to remove IPIs to
CPUs that have been hot removed so that the IRQ numbers allocated within
the IPI domain can be re-used.
The original behaviour is restored by passing the complete mask that the
IPI was created with.
There are currently no users of this function that would break from the
API change.
Signed-off-by: Matt Redfearn <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Qais Yousef <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions