Page MenuHomeFreeBSD

D28485.diff
No OneTemporary

D28485.diff

diff --git a/sys/crypto/aesni/aesni.c b/sys/crypto/aesni/aesni.c
--- a/sys/crypto/aesni/aesni.c
+++ b/sys/crypto/aesni/aesni.c
@@ -610,7 +610,7 @@
return (error);
}
- kt = is_fpu_kern_thread(0) || (csp->csp_cipher_alg == 0);
+ kt = is_fpu_kern_thread(0);
if (!kt) {
ACQUIRE_CTX(ctxidx, ctx);
fpu_kern_enter(curthread, ctx,

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 25, 9:06 PM (7 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34329737
Default Alt Text
D28485.diff (340 B)

Event Timeline