[patch 13/14] x86/apic: Use default send single IPI wrapper

2015-11-04 Thread Thomas Gleixner
Wire up the default_send_IPI_single() wrapper to the last holdouts. Signed-off-by: Thomas Gleixner --- arch/x86/kernel/apic/apic_flat_64.c |1 + arch/x86/kernel/apic/probe_32.c |1 + 2 files changed, 2 insertions(+) Index: linux/arch/x86/kernel/apic/apic_flat_64.c

[patch 13/14] x86/apic: Use default send single IPI wrapper

2015-11-04 Thread Thomas Gleixner
Wire up the default_send_IPI_single() wrapper to the last holdouts. Signed-off-by: Thomas Gleixner --- arch/x86/kernel/apic/apic_flat_64.c |1 + arch/x86/kernel/apic/probe_32.c |1 + 2 files changed, 2 insertions(+) Index: