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)
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>

No differences found