aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-12-11 04:47:53 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-12-11 04:47:53 +0000
commit40a7c811129cdb067e21450eb9b58625e4646dbd (patch)
treedc335949088ab5dae5ca4765b22a1b076e734cc0 /libexec
parent2e227f040698894dca9827b22bf5b8a93d4817e4 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/amd64/lockdflt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/amd64/lockdflt.c b/libexec/rtld-elf/amd64/lockdflt.c
index fd74cbaeb8cf2..b3b49350bab45 100644
--- a/libexec/rtld-elf/amd64/lockdflt.c
+++ b/libexec/rtld-elf/amd64/lockdflt.c
@@ -55,7 +55,7 @@
#include "debug.h"
#include "rtld.h"
-#define CACHE_LINE_SIZE 32
+#define CACHE_LINE_SIZE 64
#define WAFLAG 0x1 /* A writer holds the lock */
#define RC_INCR 0x2 /* Adjusts count of readers desiring lock */