hypver/vmbus: Remove extra assertion.
It is asserted by vmbus_chan_gpadl_connect() now. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8660
This commit is contained in:
parent
0e11868dfa
commit
ca567dee01
@ -405,8 +405,6 @@ vmbus_chan_open_br(struct vmbus_channel *chan, const struct vmbus_chan_br *cbr,
|
||||
/*
|
||||
* Connect the bufrings, both RX and TX, to this channel.
|
||||
*/
|
||||
KASSERT(chan->ch_bufring_gpadl == 0,
|
||||
("bufring GPADL is still connected"));
|
||||
error = vmbus_chan_gpadl_connect(chan, cbr->cbr_paddr,
|
||||
txbr_size + rxbr_size, &chan->ch_bufring_gpadl);
|
||||
if (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user