Fails due to lack of atomic_cmpset_64 and atomic_cmpset_rel_64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
mipsn32 is a 64-bit ABI too... It has the required function since we have 64-bit atomics...
I suggest losing the (n32)? part of the expression. As for testing it out, well the n32
kernels are a bit of a dog's breakfast at the moment, so who knows...