commit | bafe5865834c0cc0d0f937deecc275ccdd588ce8 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Sat Jan 31 00:25:30 2015 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Feb 10 10:23:13 2015 +0000 |
tree | 76073d335eb19d674c02adb2e9b6e0d682bd169a | |
parent | ada63d40747128d922d69f73a37b65e1e5403cdf [diff] |
ARM: 8302/1: Add a secondary_startup that assumes ARM mode Some platforms always enter the kernel in ARM mode even if the kernel is compiled for THUMB2. Add a small wrapper on top of secondary_startup() that switches into THUMB2 mode. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>