Re: [RFC PATCH 1/2] crypto: move ablk_helper out of arch/x86

2013-09-14 Thread Jussi Kivilinna
On 13.09.2013 18:08, Ard Biesheuvel wrote: > Move the ablk_helper code out of arch/x86 so it can be reused > by other architectures. The only x86 specific dependency was > a call to irq_fpu_usable(), this has been factored out and moved > to crypto/ablk_helper_x86.c > > Signed-off-by: Ard Biesheuv

[RFC PATCH 1/2] crypto: move ablk_helper out of arch/x86

2013-09-13 Thread Ard Biesheuvel
Move the ablk_helper code out of arch/x86 so it can be reused by other architectures. The only x86 specific dependency was a call to irq_fpu_usable(), this has been factored out and moved to crypto/ablk_helper_x86.c Signed-off-by: Ard Biesheuvel --- arch/x86/crypto/Makefile |