diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2015-05-13 04:54:25 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2015-05-13 04:55:42 -0400 |
| commit | a22e5f579b98f16e24b7184d01c35de26eb5a7f7 (patch) | |
| tree | 2773ac00d1e8f1dba6c5c0ac0b0c2fc5805126dd /arch/hexagon/include | |
| parent | cede88418b385b50f6841e4b2f1586888b8ab924 (diff) | |
arch: Remove __ARCH_HAVE_CMPXCHG
We removed the only user of this define in the rtmutex code. Get rid
of it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'arch/hexagon/include')
| -rw-r--r-- | arch/hexagon/include/asm/cmpxchg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/hexagon/include/asm/cmpxchg.h b/arch/hexagon/include/asm/cmpxchg.h index 9e7802911a57..a6e34e2acbba 100644 --- a/arch/hexagon/include/asm/cmpxchg.h +++ b/arch/hexagon/include/asm/cmpxchg.h | |||
| @@ -64,7 +64,6 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, | |||
| 64 | * looks just like atomic_cmpxchg on our arch currently with a bunch of | 64 | * looks just like atomic_cmpxchg on our arch currently with a bunch of |
| 65 | * variable casting. | 65 | * variable casting. |
| 66 | */ | 66 | */ |
| 67 | #define __HAVE_ARCH_CMPXCHG 1 | ||
| 68 | 67 | ||
| 69 | #define cmpxchg(ptr, old, new) \ | 68 | #define cmpxchg(ptr, old, new) \ |
| 70 | ({ \ | 69 | ({ \ |
