Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1421206 > unrolled thread

[PATCH 3.16 108/114] ARC: unbork !LLSC build

Started byBen Hutchings <ben@decadent.org.uk>
First post2016-06-13 21:10 +0200
Last post2016-06-13 21:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3.16 108/114] ARC: unbork !LLSC build Ben Hutchings <ben@decadent.org.uk> - 2016-06-13 21:10 +0200

#1421206 — [PATCH 3.16 108/114] ARC: unbork !LLSC build

FromBen Hutchings <ben@decadent.org.uk>
Date2016-06-13 21:10 +0200
Subject[PATCH 3.16 108/114] ARC: unbork !LLSC build
Message-ID<rJFph-22H-53@gated-at.bofh.it>
3.16.36-rc1 review patch.  If anyone has any objections, please let me know.

------------------

From: Vineet Gupta <vgupta@synopsys.com>

commit daaf40e53b5dbdf75255d58a45ce8ac65ca511a8 upstream.

Fixes: f7d11e93ee97a locking,arch,arc: Fold atomic_ops
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: Guenter Roeck <linux@roeck-us.net>
---
 arch/arc/include/asm/atomic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/arc/include/asm/atomic.h
+++ b/arch/arc/include/asm/atomic.h
@@ -109,7 +109,7 @@ static inline void atomic_##op(int i, at
 	atomic_ops_unlock(flags);					\
 }
 
-#define ATOMIC_OP_RETURN(op, c_op)					\
+#define ATOMIC_OP_RETURN(op, c_op, asm_op)				\
 static inline int atomic_##op##_return(int i, atomic_t *v)		\
 {									\
 	unsigned long flags;						\

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web