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

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 24445a4a
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