Re: [PATCH v2 10/26] x86, irq: Convert irq_2_pin list to generic list

2013-03-08 Thread Konrad Rzeszutek Wilk
On Fri, Mar 08, 2013 at 12:00:43PM -0800, Yinghai Lu wrote: > On Fri, Mar 8, 2013 at 11:50 AM, Konrad Rzeszutek Wilk > wrote: > > On Fri, Feb 08, 2013 at 11:28:07AM -0800, Yinghai Lu wrote: > >> Now irq_2_pin list is own grown list. > > > > I think you meant to say 'has its own list'. Not sure how

Re: [PATCH v2 10/26] x86, irq: Convert irq_2_pin list to generic list

2013-03-08 Thread Yinghai Lu
On Fri, Mar 8, 2013 at 11:50 AM, Konrad Rzeszutek Wilk wrote: > On Fri, Feb 08, 2013 at 11:28:07AM -0800, Yinghai Lu wrote: >> Now irq_2_pin list is own grown list. > > I think you meant to say 'has its own list'. Not sure how > its growing? > >> We can use generic list to replace it so we could g

Re: [PATCH v2 10/26] x86, irq: Convert irq_2_pin list to generic list

2013-03-08 Thread Konrad Rzeszutek Wilk
On Fri, Feb 08, 2013 at 11:28:07AM -0800, Yinghai Lu wrote: > Now irq_2_pin list is own grown list. I think you meant to say 'has its own list'. Not sure how its growing? > We can use generic list to replace it so we could generic helper > functions to operate it. You need to put the verb a bit

[PATCH v2 10/26] x86, irq: Convert irq_2_pin list to generic list

2013-02-08 Thread Yinghai Lu
Now irq_2_pin list is own grown list. We can use generic list to replace it so we could generic helper functions to operate it. Also make free_irq_cfg() free irq_2_pin list to support coming ioapic hotplug. Signed-off-by: Yinghai Lu Cc: Konrad Rzeszutek Wilk Cc: Sebastian Andrzej Siewior Cc: J