sparc32: refactor smp boot
authorSam Ravnborg <sam@ravnborg.org>
Fri, 15 Feb 2013 14:52:06 +0000 (15:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Feb 2013 21:36:50 +0000 (13:36 -0800)
Introduce a common smp_callin() function to call
from trampoline_32.S.
Add platform specific functions to handle the
platform details.

This is in preparation for a patch that will
unify the smp boot stuff for all architectures.
sparc32 was significantly different to warrant
this patch in preparation.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: David S. Miller <davem@davemloft.net>
Cc: "Srivatsa S. Bhat" <srivatsa.bhat@linux.vnet.ibm.com>
Acked-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found