throw sun4v into the check while we're at it

This commit is contained in:
Kip Macy 2007-04-09 17:05:54 +00:00
parent 3a0a4ac13d
commit a53b1c1753
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168540

View File

@ -230,7 +230,7 @@ mb_free_vec(struct mbuf *m)
m->m_flags &= ~M_IOVEC;
uma_zfree(zone_mbuf, m);
}
#ifndef __sparc64__
#if (!defined(__sparc64__) && !defined(__sun4v__))
struct mvec_sg_cb_arg {
int error;
bus_dma_segment_t seg;