From: Haojian Zhuang Date: Sat, 5 Jan 2013 12:57:38 +0000 (+0100) Subject: ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4b X-Git-Tag: v3.8-rc3~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d106de38ca927f2a53cd56ef94c506e8f6bd37e1;p=pandora-kernel.git ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4b If CONFIG_ARCH_MULTIPLATFORM & CONFIG_ARCH_MVEBU are both enabled, __v7_pj4b_setup is added between __v7_ca9mp_setup and __v7_setup. But there's no jump instruction added. If the chip is Cortex A5/A9, it goes through __v7_pj4b_setup also. It results in system hang. Signed-off-by: Haojian Zhuang Signed-off-by: Russell King --- Reading git-diff-tree failed