Re: [RFC 0/2] Import and use non-atomic bit-ops

2020-01-20 Thread Tom Rini
On Mon, Jan 20, 2020 at 03:43:27PM +0300, Alexey Brodkin wrote: > The following bitops are implemented pretty similarly for many > arches and now when we faced a need in them on ARC I guess there's > no point in copy-pasting them yet another time but instead it might > be better re-use generic ver

[RFC 0/2] Import and use non-atomic bit-ops

2020-01-20 Thread Alexey Brodkin
The following bitops are implemented pretty similarly for many arches and now when we faced a need in them on ARC I guess there's no point in copy-pasting them yet another time but instead it might be better re-use generic version from the Linux kernel. Since we had non of those bitops for ARC inc