summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/sparc64
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-04-19 23:02:50 +0000
committerrwatson <rwatson@FreeBSD.org>2009-04-19 23:02:50 +0000
commit9d69b9825b1e9067096d8f960b383abfcbfec654 (patch)
tree71743c87d735f1386a3e801421183691a54986f8 /libexec/rtld-elf/sparc64
parent901df80bd6c9ba48f4bffb8142404a90874361d4 (diff)
downloadFreeBSD-src-9d69b9825b1e9067096d8f960b383abfcbfec654.zip
FreeBSD-src-9d69b9825b1e9067096d8f960b383abfcbfec654.tar.gz
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
Diffstat (limited to 'libexec/rtld-elf/sparc64')
-rw-r--r--libexec/rtld-elf/sparc64/rtld_machdep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/rtld-elf/sparc64/rtld_machdep.h b/libexec/rtld-elf/sparc64/rtld_machdep.h
index 1556758..a161071 100644
--- a/libexec/rtld-elf/sparc64/rtld_machdep.h
+++ b/libexec/rtld-elf/sparc64/rtld_machdep.h
@@ -32,8 +32,6 @@
#include <sys/types.h>
#include <machine/atomic.h>
-#define CACHE_LINE_SIZE 128
-
struct Struct_Obj_Entry;
/* Return the address of the .dynamic section in the dynamic linker. */
OpenPOWER on IntegriCloud