Remove cpu_spinwait after seq_consistent.
authormjg <mjg@FreeBSD.org>
Fri, 30 Dec 2016 06:26:17 +0000 (06:26 +0000)
committermjg <mjg@FreeBSD.org>
Fri, 30 Dec 2016 06:26:17 +0000 (06:26 +0000)
commitf4dcd1882ef64086e3a3376512b3cd902f03c109
tree7ec6766bec1200b85ff8a835dcee5e97491f4e05
parent51403c31ff97aee8d45b79a0f6f9dd2a9a4acbec
Remove cpu_spinwait after seq_consistent.

It does not add any benefit as the read routine will do it as necessary.
sys/kern/kern_descrip.c
sys/sys/seq.h
sys/vm/vm_domain.c