commit | 461f4568176b2dc2228f2a901f5c1a1b12a2ebc9 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Sat Sep 08 21:39:04 2018 +1200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 25 21:49:18 2018 -0400 |
tree | 39f8d38fca946eb5518d0e525b73179e43d7339c | |
parent | 29cfc096a7d3aeefdabbe4487097857ea821a553 [diff] |
Add include/asm-generic/atomic.h The arm, xtensa and mips version of atomic.h were already very similar (the mips one was a copy of xtensa). Combine these implementations together to produce a generic atomic.h that can be included by these architectures (and any others that need it in future). Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>