From 9d69b9825b1e9067096d8f960b383abfcbfec654 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 19 Apr 2009 23:02:50 +0000 Subject: 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 --- libexec/rtld-elf/powerpc/rtld_machdep.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libexec/rtld-elf/powerpc') diff --git a/libexec/rtld-elf/powerpc/rtld_machdep.h b/libexec/rtld-elf/powerpc/rtld_machdep.h index 38e105d..f5f21a4 100644 --- a/libexec/rtld-elf/powerpc/rtld_machdep.h +++ b/libexec/rtld-elf/powerpc/rtld_machdep.h @@ -32,8 +32,6 @@ #include #include -#define CACHE_LINE_SIZE 32 - struct Struct_Obj_Entry; /* Return the address of the .dynamic section in the dynamic linker. */ -- cgit v1.1