Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1158507
| From | Sergey Ryazanov <ryazanov.s.a@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFT v2 03/48] MIPS, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc |
| Date | 2015-06-04 14:20 +0200 |
| Message-ID | <pxChR-xc-25@gated-at.bofh.it> (permalink) |
| References | <pxuNj-621-3@gated-at.bofh.it> <pxuNl-621-47@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
2015-06-04 7:13 GMT+03:00 Jiang Liu <jiang.liu@linux.intel.com>: > Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we > already have a pointer to corresponding irq_desc. > > Note: this patch has been queued by Ralf Baechle <ralf@linux-mips.org>. > > Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> > --- > arch/mips/ath25/ar2315.c | 2 +- > arch/mips/ath25/ar5312.c | 2 +- > arch/mips/cavium-octeon/octeon-irq.c | 4 +++- > arch/mips/pci/pci-ar2315.c | 2 +- > arch/mips/pci/pci-ar71xx.c | 2 +- > arch/mips/pci/pci-ar724x.c | 2 +- > arch/mips/pci/pci-rt3883.c | 2 +- > arch/mips/ralink/irq.c | 2 +- > 8 files changed, 10 insertions(+), 8 deletions(-) > For ath25 (AR231x/AR5312) changes Acked-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> -- Sergey -- 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 | Find similar | Unroll thread
Re: [RFT v2 03/48] MIPS, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc Sergey Ryazanov <ryazanov.s.a@gmail.com> - 2015-06-04 14:20 +0200
csiph-web