Re: svn commit: r367229 - in head/sys/contrib/openzfs: include/sys/zstd module/zstd

Brandon Bergren bdragon at FreeBSD.org
Sat Oct 31 20:26:10 UTC 2020


Actually, looking at it again, it looks like the spl header is doing it wrong and not providing a fallback for atomic_sub_64, it's just defining it to atomic_subtract_64 and assuming that exists.

On Sat, Oct 31, 2020, at 3:23 PM, Mateusz Guzik wrote:
> Yep, jenkins told me. Working on it.
> 
> On 10/31/20, Brandon Bergren <bdragon at freebsd.org> wrote:
> > This doesn't compile on platforms such as powerpc without pulling in the
> > opensolaris atomics header from the spl that does locking emulation of 64
> > bit atomics, as platforms that don't have native 64 bit atomics do not
> > provide them in the system header.


More information about the svn-src-head mailing list