Re: [PATCH v5 08/27] irq_domain: Move irq_domain code from powerpc to kernel/irq

2012-02-16 Thread Cousson, Benoit
OK, forget about it, I've just seen your email on that and pulled your latest update. Regards, Benoit On 2/16/2012 6:38 PM, Cousson, Benoit wrote: Hi Grant, It looks like there is a small regression in that update, it cannot build due to a missing semi-colon. On 2/16/2012 10:09 AM, Grant Lik

Re: [PATCH v5 08/27] irq_domain: Move irq_domain code from powerpc to kernel/irq

2012-02-16 Thread Cousson, Benoit
Hi Grant, It looks like there is a small regression in that update, it cannot build due to a missing semi-colon. On 2/16/2012 10:09 AM, Grant Likely wrote: +/** + * irq_find_mapping() - Find a linux irq from an hw irq number. + * @host: domain owning this hardware interrupt + * @hwirq: hardwa

Re: [PATCH v5 08/27] irq_domain: Move irq_domain code from powerpc to kernel/irq

2012-02-16 Thread Grant Likely
On Thu, Feb 16, 2012 at 2:09 AM, Grant Likely wrote: > This patch only moves the code.  It doesn't make any changes, and the > code is still only compiled for powerpc.  Follow-on patches will generalize > the code for other architectures. > > Signed-off-by: Grant Likely > Cc: Benjamin Herrenschmi

[PATCH v5 08/27] irq_domain: Move irq_domain code from powerpc to kernel/irq

2012-02-16 Thread Grant Likely
This patch only moves the code. It doesn't make any changes, and the code is still only compiled for powerpc. Follow-on patches will generalize the code for other architectures. Signed-off-by: Grant Likely Cc: Benjamin Herrenschmidt Cc: Thomas Gleixner Cc: Milton Miller Tested-by: Olof Johan