Commit 259931fd authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Paul Walmsley

riscv: remove unused barrier defines

They were introduced in commit fab957c1 ("RISC-V: Atomic and
Locking Code") long after commit 2e39465a ("locking: Remove
deprecated smp_mb__() barriers") removed the remnants of all previous
instances from the tree.
Signed-off-by: default avatarRolf Eike Beer <eb@emlix.com>
[paul.walmsley@sifive.com: stripped spurious mbox header from patch
 description; fixed commit references in patch header]
Signed-off-by: default avatarPaul Walmsley <paul.walmsley@sifive.com>
parent bf587caa
......@@ -23,11 +23,6 @@
#include <asm/barrier.h>
#include <asm/bitsperlong.h>
#ifndef smp_mb__before_clear_bit
#define smp_mb__before_clear_bit() smp_mb()
#define smp_mb__after_clear_bit() smp_mb()
#endif /* smp_mb__before_clear_bit */
#include <asm-generic/bitops/__ffs.h>
#include <asm-generic/bitops/ffz.h>
#include <asm-generic/bitops/fls.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment