tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/glusterfs to pkgsrc filesystems/glusterfs



> I've successfully tested (built & run) this on all 64bit platforms I have
> available for testing: aarch64, amd64, sparc64. It cannot run (but can be
> built) on any 32bit platform, since the code tries to atomically update
> a 64bit value eventually (userspace-rcu), which is not something that is
> going to work on 32bit (unless you got a weird one). New 32bit platforms
> are unlikely to spring up, but pkgsrc help already mentions e.g. riscv64.

pkgsrc/mk/atomic64.mk

provides 64-bit atomic operations to a number of 32-bit ports
(i386, powerpc among them).

Regards,

- Håvard


Home | Main Index | Thread Index | Old Index