[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1010012235230.14550@localhost6.localdomain6>
Date: Fri, 1 Oct 2010 22:36:17 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Yinghai Lu <yinghai@...nel.org>
cc: LKML <linux-kernel@...r.kernel.org>, linux-arch@...r.kernel.org,
Linus Torvalds <torvalds@...l.org>,
Andrew Morton <akpm@...ux-foundation.org>, x86@...nel.org,
Peter Zijlstra <peterz@...radead.org>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mundt <lethal@...ux-sh.org>,
Russell King <linux@....linux.org.uk>,
David Woodhouse <dwmw2@...radead.org>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
Grant Likely <grant.likely@...retlab.ca>,
"Eric W. Biederman" <ebiederm@...ssion.com>
Subject: Re: [patch 14/47] genirq: Implement a sane sparse_irq allocator
On Thu, 30 Sep 2010, Yinghai Lu wrote:
> On 09/30/2010 04:15 PM, Thomas Gleixner wrote:
> > +static inline int
> > +irq_alloc_desc_at(unsigned int at, int node)
> > +{
> > + return irq_alloc_descs(at, 0, 1, node);
>
> need to change to
>
> return irq_alloc_descs(at, at, 1, node);
Good point. Fixed.
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists