commit | e5bd1c3fdd06b6c0fa6dfb98ce31cea1820ce4e9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Sep 03 02:14:39 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 03 02:14:39 2008 -0700 |
tree | 270c78d5714cfb84e5e99cd8b341d42a7720ecca | |
parent | dbb8c35d9063fe233626865cc836fbc102fa083b [diff] |
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>