public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Bug in ia64 specific down() function??
@ 2006-01-12  1:38 Chen, Kenneth W
  2006-01-13 16:25 ` Zoltan Menyhart
  2006-01-13 22:26 ` Chen, Kenneth W
  0 siblings, 2 replies; 3+ messages in thread
From: Chen, Kenneth W @ 2006-01-12  1:38 UTC (permalink / raw)
  To: linux-ia64

The memory order semantics for include/asm-ia64/semaphore.h:down()
doesn't look right.  It is using atomic_dec_return, which eventually
translate into ia64_fetch_and_add() that uses release semantics.
Shouldn't it use acquire semantics?

- Ken


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

end of thread, other threads:[~2006-01-13 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-12  1:38 Bug in ia64 specific down() function?? Chen, Kenneth W
2006-01-13 16:25 ` Zoltan Menyhart
2006-01-13 22:26 ` Chen, Kenneth W

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