On Fri, Mar 29, 2019 at 05:46:29PM -0700, Andi Kleen wrote: > From: Andi Kleen <[email protected]> > > 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: [email protected] > Suggested-by: Rasmus Villemoes <[email protected]> > Signed-off-by: Andi Kleen <[email protected]> > --- > crypto/aes_generic.c | 8 ++++---- > include/crypto/aes.h | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-)
Patch applied. Thanks. -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
