From: Mike Travis Date: Wed, 17 Dec 2008 01:34:05 +0000 (-0800) Subject: x86: xen: use smp_call_function_many() X-Git-Tag: v2.6.29-rc1~538^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d98207ea3f3d15eb664282df16d18c4ac86f80;p=pandora-kernel.git 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 Signed-off-by: Mike Travis Cc: jeremy@xensource.com --- Reading git-diff-tree failed