Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 15:16:59 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 58710 for review
Message-ID:  <200408021516.i72FGxno023472@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=58710

Change 58710 by jhb@jhb_slimer on 2004/08/02 15:16:35

	Fixup comment.

Affected files ...

.. //depot/projects/smpng/sys/i386/include/atomic.h#16 edit

Differences ...

==== //depot/projects/smpng/sys/i386/include/atomic.h#16 (text+ko) ====

@@ -176,9 +176,9 @@
 
 /*
  * We assume that a = b will do atomic loads and stores.  However, on a
- * PentiumPro or higher reads may pass writes, so for that case we have
+ * PentiumPro or higher, reads may pass writes, so for that case we have
  * to use a serializing instruction (i.e. with LOCK) to do the load.  For
- * the 386 case, we can use a simple store since 386's don't support SMP.
+ * the 386 case we can use a simple read since 386s don't support SMP.
  */
 #define ATOMIC_STORE_LOAD(TYPE, LOP)			\
 static __inline u_##TYPE				\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408021516.i72FGxno023472>