From: Benjamin Herrenschmidt Date: Mon, 13 Oct 2008 18:38:48 +0000 (+0000) Subject: powerpc: Fix 32-bit SMP boot on CHRP X-Git-Tag: v2.6.28-rc1~569^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bda347bc53fe2cacd5621d8a0426840a8d2a6a6;p=pandora-kernel.git powerpc: Fix 32-bit SMP boot on CHRP prom_init was changed to take a new argument, the address where the kernel is loaded, which is now used to copy the SMP spin loop down before use. However, only head_64.S was adapted to pass this new value, not head_32.S, thus breaking SMP boot on 32-bit SMP CHRP machines. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed