public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* questions about native alpha futex implementation
@ 2008-12-17 19:13 Matt Turner
  2008-12-17 19:26 ` Roland Dreier
  2008-12-17 21:46 ` Richard Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Turner @ 2008-12-17 19:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ivan Kokshaysky, rth, Jay Estabrook

Hi,

Alpha uses a generic futex implementation, which causes some problems [1].

I've read through the code, and it appears as if the implementation
could be done by using the ldq_l/stq_c instructions, relatively easy I
might add. I'm definitely interested in implementing this, but first...

I have only a few questions.

1) What are the benefits of a native futex implementation, other than
fixing the glibc test failures?
2) Is there a technical reason it hasn't been implemented on Alpha?
3) Am in correct that it could be done with ldq_l/stq_c instructions?

I'm not experienced with kernel development, but I'd like to learn, so
please bear with me.

Thanks,

Matt Turner

[1] http://bugs.gentoo.org/show_bug.cgi?id=205099

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

end of thread, other threads:[~2008-12-17 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 19:13 questions about native alpha futex implementation Matt Turner
2008-12-17 19:26 ` Roland Dreier
2008-12-17 21:46 ` Richard Henderson

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