mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
I noticed that some lowlevel send_IPI_mask helpers had a hotplug/preempt race whereupon the cpu_online_map was read before disabling preemption; ... cpumask_t mask = cpu_online_map; int cpu = get_cpu(); cpu_clear(cpu, mask); ... But then i realised that there is no need for these lowlevel functions to be going through all this trouble when all the callers are already made hotplug/preempt safe. Signed-off-by: Zwane Mwaikambo <zwane@arm.linux.org.uk> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| apm.h | ||
| bios_ebda.h | ||
| do_timer.h | ||
| entry_arch.h | ||
| io_ports.h | ||
| irq_vectors_limits.h | ||
| irq_vectors.h | ||
| mach_apic.h | ||
| mach_apicdef.h | ||
| mach_ipi.h | ||
| mach_mpparse.h | ||
| mach_mpspec.h | ||
| mach_reboot.h | ||
| mach_time.h | ||
| mach_timer.h | ||
| mach_traps.h | ||
| mach_wakecpu.h | ||
| pci-functions.h | ||
| setup_arch_post.h | ||
| setup_arch_pre.h | ||
| smpboot_hooks.h | ||