summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-11 18:42:51 +0000
committerpeter <peter@FreeBSD.org>2003-12-11 18:42:51 +0000
commit7368638dde865f551307192183998bf8022486f4 (patch)
treea4dfab4bba85860ac2f3126cc52b5634e9f918aa /libexec
parentcbd09f012223c928791862a507283b4b01aef2c4 (diff)
downloadFreeBSD-src-7368638dde865f551307192183998bf8022486f4.zip
FreeBSD-src-7368638dde865f551307192183998bf8022486f4.tar.gz
Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.
Change it to 64 while here. Reported by: ps
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/amd64/rtld_machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rtld-elf/amd64/rtld_machdep.h b/libexec/rtld-elf/amd64/rtld_machdep.h
index 91da22d..0fb431b 100644
--- a/libexec/rtld-elf/amd64/rtld_machdep.h
+++ b/libexec/rtld-elf/amd64/rtld_machdep.h
@@ -32,6 +32,8 @@
#include <sys/types.h>
#include <machine/atomic.h>
+#define CACHE_LINE_SIZE 64
+
struct Struct_Obj_Entry;
/* Return the address of the .dynamic section in the dynamic linker. */
OpenPOWER on IntegriCloud