From c43e62b89d8bcb5ccd4f3265375e09a22dab3831 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 21 Jun 2024 22:03:41 -0400 Subject: kernel: cdefs: Fixup comment Signed-off-by: Ian Moffett --- sys/include/sys/cdefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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 \ -- cgit v1.2.3