mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
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: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
564ec0ec05
commit
68ee87164e
@ -19,6 +19,8 @@
|
|||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
#include <asm/inst.h>
|
#include <asm/inst.h>
|
||||||
|
|
||||||
|
.data
|
||||||
|
|
||||||
.align 16
|
.align 16
|
||||||
.Lbswap_mask:
|
.Lbswap_mask:
|
||||||
.octa 0x000102030405060708090a0b0c0d0e0f
|
.octa 0x000102030405060708090a0b0c0d0e0f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user