#ifndef IRQ_H #define IRQ_H extern int device_irq_number(const char *ifname); extern void device_restore_irq_affinity_list(void); extern int device_set_irq_affinity_list(int irq, unsigned long from, unsigned long to); extern int device_set_irq_affinity(int irq, unsigned long cpu); #endif /* IRQ_H */ link rel='vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
ibm.com>
2016-08-05 17:34:04 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2016-08-09 14:50:20 +1000
commit98d8821a47f3fd7354d3ab87adb50b10c9adb937 (patch)
treee1403ab29636573d0888ee9c88f4c27dec89c197
parente325d76f8bd2d222a1f577aba00dfb43cece4cbc (diff)
powerpc/powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.h
Move IDLE_STATE_ENTER_SEQ macro to cpuidle.h so that MCE handler changes in subsequent patch can use it. No functionality change. Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>