Re: [PATCH 37/37] powerpc: make IRQ_NOREQUEST last to clear, first to set

2011-05-12 Thread Milton Miller
On Wed, 11 May 2011 about 21:18:11 +0200, Grant Likely wrote: > On Wed, May 11, 2011 at 7:30 AM, Milton Miller wrote: > > When allocating irqs, wait to clear the IRQ_NOREQUEST flag until the > > host map hook has been called. > > > > When freeing irqs, set the IRQ_NOREQUEST flag before calling the

Re: [PATCH 37/37] powerpc: make IRQ_NOREQUEST last to clear, first to set

2011-05-11 Thread Grant Likely
On Wed, May 11, 2011 at 7:30 AM, Milton Miller wrote: > When allocating irqs, wait to clear the IRQ_NOREQUEST flag until the > host map hook has been called. > > When freeing irqs, set the IRQ_NOREQUEST flag before calling the host > unmap hook. A description describing why this change is being m

[PATCH 37/37] powerpc: make IRQ_NOREQUEST last to clear, first to set

2011-05-11 Thread Milton Miller
When allocating irqs, wait to clear the IRQ_NOREQUEST flag until the host map hook has been called. When freeing irqs, set the IRQ_NOREQUEST flag before calling the host unmap hook. Signed-off-by: Milton Miller --- arch/powerpc/kernel/irq.c | 14 +++--- 1 files changed, 7 insertions(+