commit | f7e909eae444ff733ecc5628af76d89c363ab480 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Oct 08 21:40:23 2010 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Oct 12 16:53:38 2010 +0200 |
tree | dca76cd20bd6fe498b9610fce25be0b45618269a | |
parent | 60c69948e5b6357ac0d5ef2a2d0ce31c173c3c64 [diff] |
x86: Prepare the affinity common functions for taking struct irq_data * While at it rename it to sensible function names and fix the return value from unsigned to int for __ioapic_set_affinity (set_desc_affinity). Returning -1 in a function returning unsigned int is somewhat strange. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>