diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2017-04-05 20:34:58 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-04-10 13:17:23 +0200 |
commit | 42ae2922a68ac8d68927ccb052b486f34e5fba71 (patch) | |
tree | e393fd6d5d8f1d5092de693f4a16ef5e838eeda7 /drivers/char | |
parent | crypto: xts - drop gf128mul dependency (diff) | |
download | linux-42ae2922a68ac8d68927ccb052b486f34e5fba71.tar.xz linux-42ae2922a68ac8d68927ccb052b486f34e5fba71.zip |
crypto: arm64/sha - Add constant operand modifier to ASM_EXPORT
The operand is an integer constant, make the constness explicit by
adding the modifier. This is needed for clang to generate valid code
and also works with gcc.
Also change the constraint of the operand from 'I' ("Integer constant
that is valid as an immediate operand in an ADD instruction", AArch64)
to 'i' ("An immediate integer operand").
Based-on-patch-from: Greg Hackmann <ghackmann@google.com>
Signed-off-by: Greg Hackmann <ghackmann@google.com>
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions