Revert last change. ../rtld.c uses CACHE_LINE_SIZE too.
Change it to 64 while here. Reported by: ps
This commit is contained in:
parent
88a6713374
commit
b763cd9224
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user