Re: [PATCH 5/8] powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver

2009-01-29 Thread Wolfram Sang
On Wed, Jan 21, 2009 at 01:55:29PM -0700, Grant Likely wrote: > From: Grant Likely > > The MPC5200 PSC device is wired up to a dedicated interrupt line > which is never shared. This patch removes the IRQF_SHARED flag > from the request_irq() call which eliminates the "IRQF_DISABLED > is not guar

[PATCH 5/8] powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver

2009-01-21 Thread Grant Likely
From: Grant Likely The MPC5200 PSC device is wired up to a dedicated interrupt line which is never shared. This patch removes the IRQF_SHARED flag from the request_irq() call which eliminates the "IRQF_DISABLED is not guaranteed on shared IRQs" warning message from the console output. Signed-of