Module Name: src
Committed By: jruoho
Date: Fri Dec 17 08:23:04 UTC 2010
Modified Files:
src/share/man/man3: attribute.3
Log Message:
Note that the previous are available only for the kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man3/attribute.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/attribute.3
diff -u src/share/man/man3/attribute.3:1.7 src/share/man/man3/attribute.3:1.8
--- src/share/man/man3/attribute.3:1.7 Fri Dec 17 08:13:09 2010
+++ src/share/man/man3/attribute.3 Fri Dec 17 08:23:04 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: attribute.3,v 1.7 2010/12/17 08:13:09 jruoho Exp $
+.\" $NetBSD: attribute.3,v 1.8 2010/12/17 08:23:04 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -253,6 +253,11 @@
to set the minimum alignment into a predefined coherency unit.
This should ensure that frequently used data structures are
aligned on cacheline boundaries.
+Both
+.Ic __cacheline_aligned
+and
+.Ic __read_mostly
+are only available for the kernel.
.El
.Sh SEE ALSO
.Xr gcc 1 ,