Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Note that the previous are available only for...



details:   https://anonhg.NetBSD.org/src/rev/325b609b29ef
branches:  trunk
changeset: 759819:325b609b29ef
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Dec 17 08:23:04 2010 +0000

description:
Note that the previous are available only for the kernel.

diffstat:

 share/man/man3/attribute.3 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b0242a9b2524 -r 325b609b29ef share/man/man3/attribute.3
--- a/share/man/man3/attribute.3        Fri Dec 17 08:13:09 2010 +0000
+++ b/share/man/man3/attribute.3        Fri Dec 17 08:23:04 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index