From: Kumar Gala Date: Thu, 13 May 2010 19:38:21 +0000 (-0500) Subject: powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftrace X-Git-Tag: v2.6.35-rc4~69^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=500a0e56c36dabb8cb0d8f3c93aac900058ef7af;p=pandora-kernel.git powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftrace 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 --- Reading git-diff-tree failed