From: Rusty Russell Date: Mon, 16 Mar 2009 03:49:37 +0000 (+1030) Subject: cpumask: arch_send_call_function_ipi_mask: parisc X-Git-Tag: v2.6.30-rc1~233^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91887a362984324e254473e92820758c8e658f78;p=pandora-kernel.git cpumask: arch_send_call_function_ipi_mask: parisc We're weaning the core code off handing cpumask's around on-stack. This introduces arch_send_call_function_ipi_mask(), and by defining it, the old arch_send_call_function_ipi is defined by the core code. We also take the chance to change send_IPI_mask() and use the new for_each_cpu() iterator. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed