aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic_flat_64.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-11-04 22:57:02 +0000
committerThomas Gleixner <tglx@linutronix.de>2015-11-05 13:07:52 +0100
commit68cd88ff8df97846eb07080f17264a4de50cb012 (patch)
treeab5c32e2c9338d25f15c4bbf134fc087bcdd4e01 /arch/x86/kernel/apic/apic_flat_64.c
parentx86/apic: Remove pointless indirections from apic_physflat (diff)
downloadlinux-dev-68cd88ff8df97846eb07080f17264a4de50cb012.tar.xz
linux-dev-68cd88ff8df97846eb07080f17264a4de50cb012.zip
x86/apic: Wire up single IPI for apic_physflat
Use the default implementation. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@kernel.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Borislav Petkov <bp@alien.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Mike Travis <travis@sgi.com> Cc: Daniel J Blueman <daniel@numascale.com> Link: http://lkml.kernel.org/r/20151104220849.055046864@linutronix.de
Diffstat (limited to 'arch/x86/kernel/apic/apic_flat_64.c')
-rw-r--r--arch/x86/kernel/apic/apic_flat_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/apic_flat_64.c b/arch/x86/kernel/apic/apic_flat_64.c
index 6d3e1a68b3cd..9de25d4fd911 100644
--- a/arch/x86/kernel/apic/apic_flat_64.c
+++ b/arch/x86/kernel/apic/apic_flat_64.c
@@ -281,6 +281,7 @@ static struct apic apic_physflat = {
.cpu_mask_to_apicid_and = default_cpu_mask_to_apicid_and,
+ .send_IPI = default_send_IPI_single_phys,
.send_IPI_mask = default_send_IPI_mask_sequence_phys,
.send_IPI_mask_allbutself = default_send_IPI_mask_allbutself_phys,
.send_IPI_allbutself = physflat_send_IPI_allbutself,