kern/150247 - virtualization code also needs fix for 7.X to be buildable...
MFC in 3 days
This commit is contained in:
parent
4655a3925a
commit
66863764b8
@ -400,7 +400,7 @@ struct adapter {
|
|||||||
#define IXV_TX_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->tx_mtx, MA_OWNED)
|
#define IXV_TX_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->tx_mtx, MA_OWNED)
|
||||||
|
|
||||||
/* Workaround to make 8.0 buildable */
|
/* Workaround to make 8.0 buildable */
|
||||||
#if __FreeBSD_version < 800504
|
#if __FreeBSD_version >= 800000 && __FreeBSD_version < 800504
|
||||||
static __inline int
|
static __inline int
|
||||||
drbr_needs_enqueue(struct ifnet *ifp, struct buf_ring *br)
|
drbr_needs_enqueue(struct ifnet *ifp, struct buf_ring *br)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user