commit | f679b311f0683be352cb73b28d7108eed79ef795 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Sun Apr 02 20:08:40 2017 -0700 |
committer | Ley Foon Tan <ley.foon.tan@intel.com> | Mon May 08 16:59:19 2017 +0800 |
tree | ea8785918a26784ce564af44a43f463ccd3881e5 | |
parent | 6852aa0263cdc4d43ab8e23735e6e0973cadeb63 [diff] |
nios2: remove wrapper header for cmpxchg.h Since commit 713e9b802e21 ("nios2: Switch to generic __xchg()") asm/cmpxchg.h for nios2 is merely including asm-generic/cmpxchg.h. Thus, the wrapper can be omitted and the generic header can be used directly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Ley Foon Tan <ley.foon.tan@intel.com>