diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 2015-07-08 22:48:41 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 2015-07-08 22:48:41 +0000 |
| commit | 275a0a97ed50164ed0dc272d4d1cbc4420b4b601 (patch) | |
| tree | 5eb709080d06172b855e8332346211f6024d3401 /sys/crypto | |
| parent | 94b591186d266fa748db7916cdf1a21d8e801e17 (diff) | |
Notes
Diffstat (limited to 'sys/crypto')
| -rw-r--r-- | sys/crypto/aesni/aesni.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/crypto/aesni/aesni.c b/sys/crypto/aesni/aesni.c index d9947de96b77..84203d74fd6d 100644 --- a/sys/crypto/aesni/aesni.c +++ b/sys/crypto/aesni/aesni.c @@ -196,9 +196,6 @@ aesni_detach(device_t dev) rw_wunlock(&sc->lock); crypto_unregister_all(sc->cid); - /* XXX - wait for anyone in _newsession to leave */ - pause("aniwait", 1); - rw_destroy(&sc->lock); aensi_cleanctx(); |
