]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7614/1: mm: fix wrong branch from Cortex-A9 to PJ4b
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Sat, 5 Jan 2013 12:57:38 +0000 (13:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 6 Jan 2013 17:54:08 +0000 (17:54 +0000)
commit80220f96b98b99abda6c45bd57a329e892387a1e
treeca44d4eda03c584274a810327af73391c31ed3b4
parent97e5a30969437d0221c3015abad3abb4d04999af
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 <haojian.zhuang@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/proc-v7.S