commit | ae583885bfd07474789059cdef399289bd66c8d0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Aug 04 16:56:15 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 04 16:56:15 2008 -0700 |
tree | bae0bad634f2dc560e8aed5727243989d52374b6 | |
parent | ed4d9c66eb941a416c8cb9a0138c69d46d82fc4f [diff] |
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 <davem@davemloft.net>