The em(4) driver has been converted to busdma and doesn't use
vtophys() anymore, so remove the alpha hack which defines vtophys() to alpha_XXX_dmamap().
This commit is contained in:
parent
a1a9b0071e
commit
dbe4792865
@ -247,11 +247,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#define EM_MAX_SCATTER 64
|
||||
|
||||
#ifdef __alpha__
|
||||
#undef vtophys
|
||||
#define vtophys(va) alpha_XXX_dmamap((vm_offset_t)(va))
|
||||
#endif /* __alpha__ */
|
||||
|
||||
/* ******************************************************************************
|
||||
* vendor_info_array
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user