On 4/25/19 8:09 AM, Li-Wen Hsu wrote:
On Thu, Apr 25, 2019 at 5:31 AM Tycho Nightingale <tyc...@freebsd.org> wrote:

Author: tychon
Date: Wed Apr 24 20:30:45 2019
New Revision: 346645
URL: https://svnweb.freebsd.org/changeset/base/346645
...
Modified: head/sys/compat/linuxkpi/common/src/linux_pci.c
==============================================================================
--- head/sys/compat/linuxkpi/common/src/linux_pci.c     Wed Apr 24 19:56:02 
2019        (r346644)
+++ head/sys/compat/linuxkpi/common/src/linux_pci.c     Wed Apr 24 20:30:45 
2019        (r346645)
...
+PCTRIE_DEFINE(LINUX_DMA, linux_dma_obj, dma_addr, linux_dma_trie_alloc,
+    linux_dma_trie_free);

Here we got errors in build on 32-bit platforms use gcc:


Should be fixed by r346664.

--HPS
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to