public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix ppc asm typo
@ 2010-11-29 22:30 Paul E. McKenney
  2010-11-29 22:52 ` Mathieu Desnoyers
  0 siblings, 1 reply; 5+ messages in thread
From: Paul E. McKenney @ 2010-11-29 22:30 UTC (permalink / raw)
  To: mathieu.desnoyers; +Cc: ltt-dev, linux-kernel

Fix ppc asm typo.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

diff --git a/urcu/uatomic_arch_ppc.h b/urcu/uatomic_arch_ppc.h
index 426b0f2..bb74934 100644
--- a/urcu/uatomic_arch_ppc.h
+++ b/urcu/uatomic_arch_ppc.h
@@ -133,7 +133,7 @@ unsigned long _uatomic_cmpxchg(void *addr, unsigned long old,
 			"bne- 1b\n"	 	/* retry if lost reservation */
 			"isync\n"
 		"2:\n"
-				: "=&r"(old_val),
+				: "=&r"(old_val)
 				: "r"(addr), "r"((unsigned long)_new),
 				  "r"((unsigned long)old)
 				: "memory", "cc");

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-29 23:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 22:30 [PATCH] Fix ppc asm typo Paul E. McKenney
2010-11-29 22:52 ` Mathieu Desnoyers
2010-11-29 23:08   ` Paul E. McKenney
2010-11-29 23:11     ` Mathieu Desnoyers
2010-11-29 23:30       ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox