Re: svn commit: r191291 - in head: lib/libthr/thread libexec/rtld-elf/amd64 libexec/rtld-elf/arm libexec/rtld-elf/i386 libexec/rtld-elf/ia64 libexec/rtld-elf/mips libexec/rtld-elf/powerpc libexec/rtld-...

[ Available lists | Index of svn-src-head | Month of Apr 2009 | Week of 20 Apr 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Baldwin <jhb@freebsd.org>
Date
20 Apr 2009 12:44:34
Subject
Re: svn commit: r191291 - in head: lib/libthr/thread libexec/rtld-elf/amd64 libexec/rtld-elf/arm libexec/rtld-elf/i386 libexec/rtld-elf/ia64 libexec/rtld-elf/mips libexec/rtld-elf/powerpc libexec/rtld-...
Message-ID
200904200822.17158.jhb@freebsd.org


[ Hide this part ]
On Sunday 19 April 2009 7:02:50 pm Robert Watson wrote:
> Author: rwatson
> Date: Sun Apr 19 23:02:50 2009
> New Revision: 191291
> URL: http://svn.freebsd.org/changeset/base/191291
>
> Log:
> Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use
> that definition in the custom locking code for the run-time linker
> rather than local definitions.
>
> Pointed out by: tinderbox
> MFC after: 2 weeks

Perhaps CACHE_LINE_SIZE for ia64 and sparc64 should be 128 since that is what
rtld used?

--
John Baldwin


Elapsed time: 0.199 seconds