From 080f5381b7fea5111c6521ddb26c9a803aebb34e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 11 Dec 2003 18:42:51 +0000 Subject: [PATCH] Revert last change. ../rtld.c uses CACHE_LINE_SIZE too. Change it to 64 while here. Reported by: ps --- libexec/rtld-elf/amd64/rtld_machdep.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/rtld-elf/amd64/rtld_machdep.h b/libexec/rtld-elf/amd64/rtld_machdep.h index 91da22dabec..0fb431b9ad9 100644 --- a/libexec/rtld-elf/amd64/rtld_machdep.h +++ b/libexec/rtld-elf/amd64/rtld_machdep.h @@ -32,6 +32,8 @@ #include #include +#define CACHE_LINE_SIZE 64 + struct Struct_Obj_Entry; /* Return the address of the .dynamic section in the dynamic linker. */