PERFORCE change 58710 for review
John Baldwin
jhb at FreeBSD.org
Mon Aug 2 08:17:00 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=58710
Change 58710 by jhb at 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 \
More information about the p4-projects
mailing list