MIPS: Octeon: Simplify irq_cpu_on/offline irq chip functions
authorThomas Gleixner <tglx@linutronix.de>
Sun, 27 Mar 2011 14:04:30 +0000 (16:04 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 12:48:07 +0000 (14:48 +0200)
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@linutronix.de>
Tested-by: David Daney <ddaney@caviumnetworks.com>

No differences found