powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftrace
authorKumar Gala <galak@kernel.crashing.org>
Thu, 13 May 2010 19:38:21 +0000 (14:38 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 May 2010 04:25:07 +0000 (23:25 -0500)
When we build with ftrace enabled its possible that loadcam_entry would
have used the stack pointer (even though the code doesn't need it).  We
call loadcam_entry in __secondary_start before the stack is setup.  To
ensure that loadcam_entry doesn't use the stack pointer the easiest
solution is to just have it in asm code.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found