microblaze: Use asm generic cmpxchg.h for !SMP case
authorMichal Simek <michal.simek@xilinx.com>
Tue, 21 Jan 2020 13:15:29 +0000 (14:15 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 25 Feb 2020 11:33:31 +0000 (12:33 +0100)
commit519fa60b6007fe19a32c5a50541dd7b38bd11b37
tree7185a5bbbadd15451fd660e52ded19774d1b3b1f
parent06951c9115fe20d479d35c3b4a95c2de0e1d587b
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>
arch/microblaze/include/asm/cmpxchg.h