]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: tegra: fix build error when THUMB2_KERNEL enabled
authorJoseph Lo <josephl@nvidia.com>
Mon, 15 Apr 2013 22:50:53 +0000 (16:50 -0600)
committerOlof Johansson <olof@lixom.net>
Thu, 18 Apr 2013 16:30:32 +0000 (09:30 -0700)
commit5777b4b5778b9b44ee8b1476521ffcb8e527876d
tree235c5a810bf91ce9df14fed58d4b550f936ccf9e
parent6e527d000f7e49a66618dd98c30e6b8711e91de5
ARM: tegra: fix build error when THUMB2_KERNEL enabled

This patch fix the build failure when CONFIG_THUBM2_KERNEL enabled. You
clould see the error message below:

arch/arm/mach-tegra/sleep-tegra30.S:69: Error: shift must be constant --
`orr r12,r12,r4,lsl r3'

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/sleep-tegra30.S