Commit 68ee8716 authored by Jiri Kosina's avatar Jiri Kosina Committed by Herbert Xu

crypto: ghash-clmulni-intel - Put proper .data section in place

Lbswap_mask, Lpoly and Ltwo_one should clearly belong to
.data section, not .text.
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 564ec0ec
......@@ -19,6 +19,8 @@
#include <linux/linkage.h>
#include <asm/inst.h>
.data
.align 16
.Lbswap_mask:
.octa 0x000102030405060708090a0b0c0d0e0f
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment