]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: xen: use smp_call_function_many()
authorMike Travis <travis@sgi.com>
Wed, 17 Dec 2008 01:34:05 +0000 (17:34 -0800)
committerMike Travis <travis@sgi.com>
Wed, 17 Dec 2008 01:40:59 +0000 (17:40 -0800)
commite4d98207ea3f3d15eb664282df16d18c4ac86f80
treec0534e71940014158123a320ea0d65d6810e1818
parent4cd4601d592d07b26e4b7d2bb8fcd55bbfd6cf6e
x86: xen: use smp_call_function_many()

Impact: use new API, remove cpumask from stack.

Change smp_call_function_mask() callers to smp_call_function_many().

This removes a cpumask from the stack, and falls back should allocating
the cpumask var fail (only possible with CONFIG_CPUMASKS_OFFSTACK).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
Cc: jeremy@xensource.com
arch/x86/xen/mmu.c