commit | f1b96f4c79fb85323f3980594a089eaa2dfc7407 | [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 | 13ea6858a1e0ed71aa0138616297a4b6513edadb [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>