diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-11-04 22:57:02 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-11-05 13:07:52 +0100 |
commit | 68cd88ff8df97846eb07080f17264a4de50cb012 (patch) | |
tree | ab5c32e2c9338d25f15c4bbf134fc087bcdd4e01 | |
parent | 449112f4f35074f1dc70d4f0e769cb14150c159c (diff) | |
download | linux-68cd88ff8df97846eb07080f17264a4de50cb012.tar.bz2 |
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
-rw-r--r-- | arch/x86/kernel/apic/apic_flat_64.c | 1 |
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, |