Note that the previous are available only for the kernel.

This commit is contained in:
jruoho 2010-12-17 08:23:04 +00:00
parent cc55e6fca5
commit 43b7e12140
1 changed files with 6 additions and 1 deletions

View File

@ -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 @@ It also uses
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 ,