aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/include/sys/cdefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/include/sys/cdefs.h b/sys/include/sys/cdefs.h
index 8ccf5cc..bec6271 100644
--- a/sys/include/sys/cdefs.h
+++ b/sys/include/sys/cdefs.h
@@ -43,7 +43,8 @@
/*
* Align data on a cache line boundary. This is
* mostly useful for certain locks to ensure they
- * have their own cache line to reduce contention.
+ * have their own cache line to reduce cache line
+ * bouncing.
*/
#ifndef __cacheline_aligned
#define __cacheline_aligned \