commit | 5b7cd6fd8278a754df6495fcc5cfa4dd3df42206 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Mar 27 16:04:30 2011 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Mar 29 14:48:07 2011 +0200 |
tree | 6c9024d27194ba92dc548bd0deea29eaa0664012 | |
parent | 0c3263870f5f80cf7b6cb322bd8e708ce568d36b [diff] |
MIPS: Octeon: Simplify irq_cpu_on/offline irq chip functions 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>