From: Anton Blanchard Date: Tue, 11 Mar 2014 00:54:06 +0000 (+1100) Subject: powerpc: Fix SMP issues with ppc64le ABIv2 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2751b628c97e66e61f482935ca59148751972941;p=pandora-kernel.git powerpc: Fix SMP issues with ppc64le ABIv2 There is no need to put a function descriptor in __secondary_hold_spinloop. Use ppc_function_entry to get the instruction address and put it in __secondary_hold_spinloop instead. Also fix an issue where we assumed cur_cpu_spec held a function descriptor. Signed-off-by: Anton Blanchard --- Reading git-diff-tree failed