commit | 519fa60b6007fe19a32c5a50541dd7b38bd11b37 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Jan 21 14:15:29 2020 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Feb 25 12:33:31 2020 +0100 |
tree | 7185a5bbbadd15451fd660e52ded19774d1b3b1f | |
parent | 06951c9115fe20d479d35c3b4a95c2de0e1d587b [diff] |
microblaze: Use asm generic cmpxchg.h for !SMP case The whole implementation is done in asm-generic/cmpxchg.h file and there is no reason to duplicate it. Also do not include asm-generic/cmpxchg-local.h because it is already included from asm-generic/cmpxchg.h Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Stefan Asserhall <stefan.asserhall@xilinx.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>