diff options
author | David Daney <ddaney@caviumnetworks.com> | 2010-01-07 17:33:30 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:05 -0500 |
commit | ec5380c768864c7afd92aa886dd4bb6d38497a01 (patch) | |
tree | c4a744d6aad44bf1c1c0268f647b168fe0e25135 | |
parent | d95770544604299402e481771a964b0f10d46978 (diff) |
MIPS: Remove unused macros from barrier.h
The smp_llsc_rmb() and smp_llsc_wmb() macros are not used in the tree,
remove them.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/848/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/barrier.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/barrier.h b/arch/mips/include/asm/barrier.h index 8e9ac313ca3b..91785dc8e94e 100644 --- a/arch/mips/include/asm/barrier.h +++ b/arch/mips/include/asm/barrier.h | |||
@@ -149,7 +149,5 @@ | |||
149 | do { var = value; smp_mb(); } while (0) | 149 | do { var = value; smp_mb(); } while (0) |
150 | 150 | ||
151 | #define smp_llsc_mb() __asm__ __volatile__(__WEAK_LLSC_MB : : :"memory") | 151 | #define smp_llsc_mb() __asm__ __volatile__(__WEAK_LLSC_MB : : :"memory") |
152 | #define smp_llsc_rmb() __asm__ __volatile__(__WEAK_LLSC_MB : : :"memory") | ||
153 | #define smp_llsc_wmb() __asm__ __volatile__(__WEAK_LLSC_MB : : :"memory") | ||
154 | 152 | ||
155 | #endif /* __ASM_BARRIER_H */ | 153 | #endif /* __ASM_BARRIER_H */ |