diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-11-23 20:19:47 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2009-11-23 20:19:47 +0800 |
commit | 68ee87164e73f68cf09070043c97e7f61e6966d4 (patch) | |
tree | b06f6aac191d35fdb28d464cab686714565bd80e /arch/x86/crypto | |
parent | 564ec0ec05ac6ee409bde81f7ef27a3dadbf3a6a (diff) |
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>
Diffstat (limited to 'arch/x86/crypto')
-rw-r--r-- | arch/x86/crypto/ghash-clmulni-intel_asm.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/crypto/ghash-clmulni-intel_asm.S b/arch/x86/crypto/ghash-clmulni-intel_asm.S index 1528dc4886c..1eb7f90cb7b 100644 --- a/arch/x86/crypto/ghash-clmulni-intel_asm.S +++ b/arch/x86/crypto/ghash-clmulni-intel_asm.S @@ -19,6 +19,8 @@ #include <linux/linkage.h> #include <asm/inst.h> +.data + .align 16 .Lbswap_mask: .octa 0x000102030405060708090a0b0c0d0e0f |