diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2013-09-21 11:23:50 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2015-03-19 02:15:03 +0100 |
commit | 85762848b433a59d663a1855df4b8df07fbfcab1 (patch) | |
tree | 3e174fc026e6dd57db21b62db4bad8ec249642f7 /ipc | |
parent | 6d84f7a35e1753d16ff757a8fbefa84ad5f1e9ed (diff) | |
download | kernel_samsung_tuna-85762848b433a59d663a1855df4b8df07fbfcab1.zip kernel_samsung_tuna-85762848b433a59d663a1855df4b8df07fbfcab1.tar.gz kernel_samsung_tuna-85762848b433a59d663a1855df4b8df07fbfcab1.tar.bz2 |
ARM: 7837/3: fix Thumb-2 bug in AES assembler code
commit 40190c85f427dcfdbab5dbef4ffd2510d649da1f upstream.
Patch 638591c enabled building the AES assembler code in Thumb2 mode.
However, this code used arithmetic involving PC rather than adr{l}
instructions to generate PC-relative references to the lookup tables,
and this needs to take into account the different PC offset when
running in Thumb mode.
Change-Id: I7358a145be3f37420c8ce5b8fc83a761b0d863ac
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions