This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [TESTERS NEEDED] Enable hash synchronization on Sparc.
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "David S. Miller" <davem at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, <java-patches at gcc dot gnu dot org>
- Date: Fri, 24 Oct 2003 10:25:28 -0400 (EDT)
- Subject: Re: [TESTERS NEEDED] Enable hash synchronization on Sparc.
On Fri, 24 Oct 2003, David S. Miller wrote:
> 2003-10-24 David S. Miller <davem@redhat.com>
>
> * configure.host: Enable hash synchronization on Sparc.
This isn't quite sufficient, because usleep isn't thread-safe on Solaris.
Perhaps _Jv_platform_usleep could use nanosleep when available, and fall
back on usleep?
Jeff