sparc32: move smp ipi to method ops
authorSam Ravnborg <sam@ravnborg.org>
Mon, 14 May 2012 13:14:36 +0000 (15:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 May 2012 21:05:07 +0000 (14:05 -0700)
I ended up renaming set_cpu_int to send_ipi to
be consistent all way around.
send_ipi was moved to the *_smp.c files so
we could call the relevant method direct,
without any _ops indirection.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found