mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
83d349f35e
The default_send_IPI_mask_logical() function uses the "flat" APIC mode
to send an IPI to a set of CPU's at once, but if that set happens to be
empty, some older local APIC's will apparently be rather unhappy. So
just warn if a caller gives us an empty mask, and ignore it.
This fixes a regression in 2.6.30.x, due to commit
|
||
---|---|---|
.. | ||
apic_flat_64.c | ||
apic.c | ||
bigsmp_32.c | ||
es7000_32.c | ||
io_apic.c | ||
ipi.c | ||
Makefile | ||
nmi.c | ||
numaq_32.c | ||
probe_32.c | ||
probe_64.c | ||
summit_32.c | ||
x2apic_cluster.c | ||
x2apic_phys.c | ||
x2apic_uv_x.c |