Re: [PATCH 15/25] drivers/serial to use nr_irqs

From: Yinghai Lu
Date: Sun Aug 03 2008 - 13:43:56 EST


On Sun, Aug 3, 2008 at 6:02 AM, Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/