[PATCH 07/19] x86, io_apic: Introduce set_affinity function pointer

2012-11-20 Thread Joerg Roedel
With interrupt remapping a special function is used to change the affinity of an IO-APIC interrupt. Abstract this with a function pointer. Signed-off-by: Joerg Roedel Acked-by: Sebastian Andrzej Siewior --- arch/x86/include/asm/io_apic.h |4 arch/x86/include/asm/irq_remapping.h |

[PATCH 07/19] x86, io_apic: Introduce set_affinity function pointer

2012-09-26 Thread Joerg Roedel
With interrupt remapping a special function is used to change the affinity of an IO-APIC interrupt. Abstract this with a function pointer. Signed-off-by: Joerg Roedel --- arch/x86/include/asm/io_apic.h |4 arch/x86/include/asm/irq_remapping.h |9 - arch/x86/include/asm

[PATCH 07/19] x86, io_apic: Introduce set_affinity function pointer

2012-08-20 Thread Joerg Roedel
With interrupt remapping a special function is used to change the affinity of an IO-APIC interrupt. Abstract this with a function pointer. Signed-off-by: Joerg Roedel --- arch/x86/include/asm/io_apic.h |4 arch/x86/include/asm/irq_remapping.h |9 - arch/x86/include/asm

[PATCH 07/19] x86, io_apic: Introduce set_affinity function pointer

2012-08-07 Thread Joerg Roedel
With interrupt remapping a special function is used to change the affinity of an IO-APIC interrupt. Abstract this with a function pointer. Signed-off-by: Joerg Roedel --- arch/x86/include/asm/hw_irq.h|2 ++ arch/x86/include/asm/irq_remapping.h |9 - arch/x86/include/asm/x