x86: Prepare the affinity common functions for taking struct irq_data *
authorThomas Gleixner <tglx@linutronix.de>
Fri, 8 Oct 2010 19:40:23 +0000 (21:40 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 Oct 2010 14:53:38 +0000 (16:53 +0200)
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>

No differences found