sparc64: Fix IPI call locking.
authorDavid S. Miller <davem@davemloft.net>
Wed, 3 Sep 2008 09:14:39 +0000 (02:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Sep 2008 09:14:39 +0000 (02:14 -0700)
commite5bd1c3fdd06b6c0fa6dfb98ce31cea1820ce4e9
tree270c78d5714cfb84e5e99cd8b341d42a7720ecca
parentdbb8c35d9063fe233626865cc836fbc102fa083b
sparc64: Fix IPI call locking.

When I switched sparc64 over to the generic helpers for
smp_call_function(), I didn't convert the dinky call_lock
we had.

Use ipi_call_lock() and ipi_call_unlock().

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/smp.c