]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use
authorrwatson <rwatson@FreeBSD.org>
Sun, 19 Apr 2009 23:02:50 +0000 (23:02 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sun, 19 Apr 2009 23:02:50 +0000 (23:02 +0000)
commit9d69b9825b1e9067096d8f960b383abfcbfec654
tree71743c87d735f1386a3e801421183691a54986f8
parent901df80bd6c9ba48f4bffb8142404a90874361d4
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
lib/libthr/thread/thr_rtld.c
libexec/rtld-elf/amd64/rtld_machdep.h
libexec/rtld-elf/arm/rtld_machdep.h
libexec/rtld-elf/i386/rtld_machdep.h
libexec/rtld-elf/ia64/rtld_machdep.h
libexec/rtld-elf/mips/rtld_machdep.h
libexec/rtld-elf/powerpc/rtld_machdep.h
libexec/rtld-elf/sparc64/rtld_machdep.h