1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

fix !x86 cxgb compile

This commit is contained in:
Kip Macy 2009-06-21 01:17:38 +00:00
parent 6f0489c670
commit e321e16bfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194563

View File

@ -90,7 +90,7 @@ busdma_map_sg_collapse(struct sge_txq *txq, bus_dmamap_t map,
n = n->m_next;
}
#else
err = bus_dmamap_load_mbuf_sg(txq->entry_tag, map, m, segs,
err = bus_dmamap_load_mbuf_sg(txq->entry_tag, map, *m, segs,
&seg_count, 0);
#endif
if (seg_count == 0) {