Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1227451
| From | Russell King - ARM Linux <linux@arm.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH v4 2/4] genirq: add move_irqs() for cpu hotplug |
| Date | 2015-09-18 00:20 +0200 |
| Message-ID | <q9PH4-g0-17@gated-at.bofh.it> (permalink) |
| References | <q9zVE-2aZ-9@gated-at.bofh.it> <q9zVE-2aZ-7@gated-at.bofh.it> <q9KxI-W9-13@gated-at.bofh.it> <q9Pxo-8wg-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 18, 2015 at 12:04:06AM +0200, Thomas Gleixner wrote: > On Thu, 17 Sep 2015, Marc Zyngier wrote: > > I don't think having this prototype guarded by this #if is very useful. > > You can probably leave it standalone. > > Yes, there is no point if the function name is unique. Though > move_irqs() is rather undescriptive. irq_break_affinities() might > describe it quite well, but feel free to come up with soemthing better. I don't think "irq_break_affinities" is anywhere near a good name - it's not about always breaking affinities (moving an IRQ off one CPU onto another within the current affinity setting does not break the affinity.) irq_migrate_all() irq_migrate_all_off_this_cpu() irq_this_cpu_hotunplug() irq_cpu_hotunplug() -- FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH v4 2/4] genirq: add move_irqs() for cpu hotplug Yang Yingliang <yangyingliang@huawei.com> - 2015-09-17 07:30 +0200
Re: [RFC PATCH v4 2/4] genirq: add move_irqs() for cpu hotplug Marc Zyngier <marc.zyngier@arm.com> - 2015-09-17 18:50 +0200
Re: [RFC PATCH v4 2/4] genirq: add move_irqs() for cpu hotplug Thomas Gleixner <tglx@linutronix.de> - 2015-09-18 00:10 +0200
Re: [RFC PATCH v4 2/4] genirq: add move_irqs() for cpu hotplug Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-09-18 00:20 +0200
Re: [RFC PATCH v4 2/4] genirq: add move_irqs() for cpu hotplug Yang Yingliang <yangyingliang@huawei.com> - 2015-09-18 03:20 +0200
csiph-web