Searched hist:"01292 cea0df86ed4a1eb6450d6eda375ef925716" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/irq/ |
H A D | ipi.c | diff 01292cea0df86ed4a1eb6450d6eda375ef925716 Mon Apr 25 02:14:23 CDT 2016 Matt Redfearn <matt.redfearn@imgtec.com> 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 <matt.redfearn@imgtec.com> Cc: linux-mips@linux-mips.org Cc: jason@lakedaemon.net Cc: marc.zyngier@arm.com Cc: ralf@linux-mips.org Cc: Qais Yousef <qsyousef@gmail.com> Cc: lisa.parratt@imgtec.com Cc: jiang.liu@linux.intel.com Link: http://lkml.kernel.org/r/1461568464-31701-1-git-send-email-matt.redfearn@imgtec.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
/openbmc/linux/include/linux/ |
H A D | irqdomain.h | diff 01292cea0df86ed4a1eb6450d6eda375ef925716 Mon Apr 25 02:14:23 CDT 2016 Matt Redfearn <matt.redfearn@imgtec.com> 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 <matt.redfearn@imgtec.com> Cc: linux-mips@linux-mips.org Cc: jason@lakedaemon.net Cc: marc.zyngier@arm.com Cc: ralf@linux-mips.org Cc: Qais Yousef <qsyousef@gmail.com> Cc: lisa.parratt@imgtec.com Cc: jiang.liu@linux.intel.com Link: http://lkml.kernel.org/r/1461568464-31701-1-git-send-email-matt.redfearn@imgtec.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|