diff options
Diffstat (limited to 'arch/powerpc/crypto/sha1-spe-glue.c')
-rw-r--r-- | arch/powerpc/crypto/sha1-spe-glue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/crypto/sha1-spe-glue.c b/arch/powerpc/crypto/sha1-spe-glue.c index 3e1d22212..f9ebc38d3 100644 --- a/arch/powerpc/crypto/sha1-spe-glue.c +++ b/arch/powerpc/crypto/sha1-spe-glue.c @@ -46,6 +46,7 @@ static void spe_begin(void) static void spe_end(void) { + disable_kernel_spe(); /* reenable preemption */ preempt_enable(); } |