diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-11-17 14:27:27 -0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-11-18 14:52:25 +0100 |
commit | 2ea6dec4a22a6f66f6633876212fd4d195cf8277 (patch) | |
tree | f630c63a9e20fab5b31caa88368293a203103408 /security | |
parent | 72f279b256d520e321a850880d094bc0bcbf45d6 (diff) | |
download | kernel_samsung_espresso10-2ea6dec4a22a6f66f6633876212fd4d195cf8277.zip kernel_samsung_espresso10-2ea6dec4a22a6f66f6633876212fd4d195cf8277.tar.gz kernel_samsung_espresso10-2ea6dec4a22a6f66f6633876212fd4d195cf8277.tar.bz2 |
generic-ipi: Add smp_call_function_any()
Andrew points out that acpi-cpufreq uses cpumask_any, when it really
would prefer to use the same CPU if possible (to avoid an IPI). In
general, this seems a good idea to offer.
[ tglx: Documented selection preference and Inlined the UP case to
avoid the copy of smp_call_function_single() and the extra
EXPORT ]
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Zhao Yakui <yakui.zhao@intel.com>
Cc: Dave Jones <davej@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Mike Galbraith <efault@gmx.de>
Cc: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions