[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <86802c440808031043i1c0605c8wb5ba46b032397bbe@mail.gmail.com>
Date: Sun, 3 Aug 2008 10:43:44 -0700
From: "Yinghai Lu" <yhlu.kernel@...il.com>
To: "Alan Cox" <alan@...rguk.ukuu.org.uk>
Cc: "Ingo Molnar" <mingo@...e.hu>,
"Thomas Gleixner" <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
"Dhaval Giani" <dhaval@...ux.vnet.ibm.com>,
"Mike Travis" <travis@....com>,
"Andrew Morton" <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 15/25] drivers/serial to use nr_irqs
On Sun, Aug 3, 2008 at 6:02 AM, Alan Cox <alan@...rguk.ukuu.org.uk> wrote:
>> - for (i = 0; i < NR_IRQS; i++)
>> + for (i = 0; i < nr_irqs; i++)
>> spin_lock_init(&irq_lists[i].lock);
>>
>
> Don't you need to change how the array is allocated too ?
this one is applied before removing NR_IRQS usage in array definition.
YH
--
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