From: David S. Miller Date: Mon, 4 Aug 2008 23:56:15 +0000 (-0700) Subject: sparc64: Remove all cpumask_t local variables in xcall dispatch. X-Git-Tag: v2.6.27-rc2~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae583885bfd07474789059cdef399289bd66c8d0;p=pandora-kernel.git sparc64: Remove all cpumask_t local variables in xcall dispatch. All of the xcall delivery implementation is cpumask agnostic, so we can pass around pointers to const cpumask_t objects everywhere. The sad remaining case is the argument to arch_send_call_function_ipi(). Signed-off-by: David S. Miller --- Reading git-diff-tree failed