Skip to content

Commit

Permalink
crypto: ghash-clmulni-intel - Put proper .data section in place
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Kosina authored and Herbert Xu committed Nov 23, 2009
1 parent 564ec0e commit 68ee871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/crypto/ghash-clmulni-intel_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include <linux/linkage.h>
#include <asm/inst.h>

.data

.align 16
.Lbswap_mask:
.octa 0x000102030405060708090a0b0c0d0e0f
Expand Down

0 comments on commit 68ee871

Please sign in to comment.