commit | e4d98207ea3f3d15eb664282df16d18c4ac86f80 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Tue Dec 16 17:34:05 2008 -0800 |
committer | Mike Travis <travis@sgi.com> | Tue Dec 16 17:40:59 2008 -0800 |
tree | c0534e71940014158123a320ea0d65d6810e1818 | |
parent | 4cd4601d592d07b26e4b7d2bb8fcd55bbfd6cf6e [diff] |
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