mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 0 additions and 5 deletions
|
|
@ -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 a new issue