Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1158507
| Path | csiph.com!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod |
|---|---|
| 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 | Thu, 04 Jun 2015 14:20:03 +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> |
| X-Original-To | Jiang Liu <jiang.liu@linux.intel.com> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=rL/gfuupOnU+ee7RF4+FCoI2OIUfb1lWzDrIGBAjRZ8=; b=LlClhtkhEe9EZ4t5OHcTXuiGXIPEwuyfok2o3DSkgbYay7XPel5MOPJdiXoUv7NYgy 9lUj2nz5AkZUucNHoDxxI/k59EI+sMnH7Qzn7SAsr+o8uuFHPufDaVUALApfTc6TEZBn 7Ylj/GwLdkL+v8AHGlIUGt057YuhFbD8WP09pO6XojjKVfZrC6l7R2KWM9oYNCjI3wJa RxFxPnPpmSqRtzeUTO5/RwFgJ0zw74qQ2LDBN89ytI35Rdv+zl/chlLYxGtBOsIpOw22 bS5vH7PVbHtnVEg3hMWgGH8zqORfhy8/A9zHTOQRynTV+UjrJTqMDUd4SKhU+pynF0c9 sBQA== |
| X-Received | by 10.236.43.180 with SMTP id l40mr25971250yhb.185.1433420130586; Thu, 04 Jun 2015 05:15:30 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Thomas Gleixner <tglx@linutronix.de>, Bjorn Helgaas <bhelgaas@google.com>, Benjamin Herrenschmidt <benh@kernel.crashing.org>, Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>, Randy Dunlap <rdunlap@infradead.org>, Yinghai Lu <yinghai@kernel.org>, Borislav Petkov <bp@alien8.de>, Ralf Baechle <ralf@linux-mips.org>, Aleksey Makarov <aleksey.makarov@auriga.com>, David Daney <david.daney@cavium.com>, Christoph Lameter <cl@linux.com>, John Crispin <blogic@openwrt.org>, Andrew Bresticker <abrestic@chromium.org>, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>, Tony Luck <tony.luck@intel.com>, x86@kernel.org, open list <linux-kernel@vger.kernel.org>, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, Linux MIPS <linux-mips@linux-mips.org> |
| X-Original-Date | Thu, 4 Jun 2015 15:15:10 +0300 |
| X-Original-Message-ID | <CAHNKnsQfxRrG_gzVUyCkxj5svRcS-znGZWLf+R14_guJH0MO1g@mail.gmail.com> |
| X-Original-References | <1433391238-19471-1-git-send-email-jiang.liu@linux.intel.com> <1433391238-19471-4-git-send-email-jiang.liu@linux.intel.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1158507 |
Show key headers only | View raw
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