Skip to content
Commit ae583885 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent ed4d9c66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment