Andi Kleen de018bc269
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>
Signed-off-by: Forenche <prahul2003@gmail.com>
2022-04-02 13:18:48 +05:30
..
2020-02-19 10:09:50 +01:00
2017-11-21 09:49:20 +01:00
2017-06-10 12:04:25 +08:00
2019-02-12 20:21:21 +01:00
2019-03-23 21:12:16 +01:00
2019-04-30 12:56:41 +02:00