summaryrefslogtreecommitdiff
path: root/crypto/rmd256.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2019-03-29 17:46:29 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2019-04-08 14:36:16 +0800
commitb2ca7cee9efa535c91058202d5ae6a938cca416b (patch)
treec309b46ce20adf1de3b72dd484de7e2b8d6f1841 /crypto/rmd256.c
parent6d20adda638c1fdef150bb9f7ac2cd11010e15fe (diff)
downloadlinux-crypto-b2ca7cee9efa535c91058202d5ae6a938cca416b.tar.gz
linux-crypto-b2ca7cee9efa535c91058202d5ae6a938cca416b.zip
crypto: aes - Use ___cacheline_aligned for aes data
cacheline_aligned is a special section. It cannot be const at the same time because it's not read-only. It doesn't give any MMU protection. Mark it ____cacheline_aligned to not place it in a special section, but just align it in .rodata Cc: herbert@gondor.apana.org.au Suggested-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/rmd256.c')
0 files changed, 0 insertions, 0 deletions