Re: [PATCH -next] crypto: ghash - put proper .data section in place

2009-11-23 Thread Herbert Xu
On Wed, Nov 18, 2009 at 05:15:44PM +0100, Jiri Kosina wrote: > Lbswap_mask, Lpoly and Ltwo_one should clearly belong to > .data section, not .text. > > Signed-off-by: Jiri Kosina Patch applied. Thanks Jiri. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page:

[PATCH -next] crypto: ghash - put proper .data section in place

2009-11-18 Thread Jiri Kosina
Lbswap_mask, Lpoly and Ltwo_one should clearly belong to .data section, not .text. Signed-off-by: Jiri Kosina --- 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