]> git.baikalelectronics.ru Git - kernel.git/commit
sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Aug 2008 07:51:18 +0000 (00:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Aug 2008 20:51:40 +0000 (13:51 -0700)
commitd1c83b4f3190582fc4d12fa8267469b0352a79d3
treeda98661d063a77992775cefb2172ff090188c36e
parentc109cd11c893b95287d08ea80d3e7767c1b1f94b
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 <davem@davemloft.net>
arch/sparc64/kernel/smp.c