[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] A wrong assert in get_ioreq()?
In the function get_ioreq(), there is a line:
ASSERT((v == current) || spin_is_locked(&d->arch.hvm_domain.ioreq.lock ));
I don't think it should be ASSERT(v == current).
we don't get the lock first, and I think we needn't it.
Am I missing something?
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |