Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.

Change it to 64 while here.

Reported by:  ps
This commit is contained in:
Peter Wemm 2003-12-11 18:42:51 +00:00
parent 194c3cd492
commit 080f5381b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123458

View File

@ -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. */