Re: [PATCH] IRQ: Check for PERCPU flag only when adding first irqaction.

2007-03-27 Thread Ahmed S. Darwish
On Mon, Mar 26, 2007 at 09:14:55PM +0200, ahmed wrote: > Hi, > > An irqaction structure won't be added to the IRQ line irqaction list if they > don't agree wrt the IRQF_PERCPU flag. Only check and set this flag in IRQ > descriptor `status' field when the first irqaction is added to the line list.

Re: [PATCH] IRQ: Check for PERCPU flag only when adding first irqaction.

2007-03-27 Thread Ahmed S. Darwish
On Mon, Mar 26, 2007 at 09:14:55PM +0200, ahmed wrote: Hi, An irqaction structure won't be added to the IRQ line irqaction list if they don't agree wrt the IRQF_PERCPU flag. Only check and set this flag in IRQ descriptor `status' field when the first irqaction is added to the line list.

[PATCH] IRQ: Check for PERCPU flag only when adding first irqaction.

2007-03-26 Thread Ahmed S. Darwish
Hi, An irqaction structure won't be added to the IRQ line irqaction list if they don't agree wrt the IRQF_PERCPU flag. Only check and set this flag in IRQ descriptor `status' field when the first irqaction is added to the line list. Signed-off-by: Ahmed S. Darwish <[EMAIL PROTECTED]> --- Patch

[PATCH] IRQ: Check for PERCPU flag only when adding first irqaction.

2007-03-26 Thread Ahmed S. Darwish
Hi, An irqaction structure won't be added to the IRQ line irqaction list if they don't agree wrt the IRQF_PERCPU flag. Only check and set this flag in IRQ descriptor `status' field when the first irqaction is added to the line list. Signed-off-by: Ahmed S. Darwish [EMAIL PROTECTED] --- Patch