summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/vm/uma_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/vm/uma_int.h')
-rw-r--r--freebsd/sys/vm/uma_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/vm/uma_int.h b/freebsd/sys/vm/uma_int.h
index 53d65dac..8d58fa33 100644
--- a/freebsd/sys/vm/uma_int.h
+++ b/freebsd/sys/vm/uma_int.h
@@ -177,7 +177,7 @@ struct uma_hash {
* align field or structure to cache line
*/
#if defined(__amd64__)
-#define UMA_ALIGN __aligned(CACHE_LINE_SIZE)
+#define UMA_ALIGN __aligned(128)
#else
#define UMA_ALIGN
#endif