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:
Sepherosa Ziehau 2016-11-30 08:10:49 +00:00
parent 0e11868dfa
commit ca567dee01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309319

View File

@ -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) {