svn commit: r346645 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src sys

Hans Petter Selasky hps at selasky.org
Thu Apr 25 09:14:26 UTC 2019


On 4/25/19 8:09 AM, Li-Wen Hsu wrote:
> On Thu, Apr 25, 2019 at 5:31 AM Tycho Nightingale <tychon at 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


More information about the svn-src-head mailing list