Fix the IPL and flags of the MP-safe crypto taskq. Now a sane IPL
authorvisa <visa@openbsd.org>
Thu, 30 Nov 2017 16:31:12 +0000 (16:31 +0000)
committervisa <visa@openbsd.org>
Thu, 30 Nov 2017 16:31:12 +0000 (16:31 +0000)
commit2e84407f35579034f0ededa3b8f08f44afe6b9b0
tree1cf0461a29ed8a9d99b83ff1292ebd88cc4fade2
parent059019dd55c505ef8f7ee65b3e6be1420cff8ac6
Fix the IPL and flags of the MP-safe crypto taskq. Now a sane IPL
is passed to the mutex implementation, and the queue actually runs
without the kernel lock.

Tested by dhill@
OK mikeb@, dhill@, kettenis@
sys/crypto/crypto.c