On 03/28/2011 08:06 AM, Thomas Gleixner wrote:
Make use of the IRQCHIP_ONOFFLINE_ENABLED flag and remove the wrappers. Use irqd_irq_disabled() instead of desc->status, which will go away. Signed-off-by: Thomas Gleixner<tglx@xxxxxxxxxxxxx> Cc: David Daney<ddaney@xxxxxxxxxxxxxxxxxx>
Tested by: David Daney<ddaney@xxxxxxxxxxxxxxxxxx> This seems good to me.
--- arch/mips/cavium-octeon/octeon-irq.c | 71 ++++++++--------------------------- 1 file changed, 17 insertions(+), 54 deletions(-)
. . .