From: David S. Miller Date: Mon, 4 Aug 2008 07:51:18 +0000 (-0700) Subject: sparc64: Make smp_cross_call_masked() take a cpumask_t pointer. X-Git-Tag: v2.6.27-rc2~41^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a4231cc2efb9134373bb2a93be96a284955607;p=pandora-kernel.git sparc64: Make smp_cross_call_masked() take a cpumask_t pointer. Ideally this could be simplified further such that we could pass the pointer down directly into the xcall_deliver() implementation. But if we do that we need to do the "cpu_online(cpu)" and "cpu != self" checks down in those functions. Signed-off-by: David S. Miller --- Reading git-diff-tree failed