From owner-p4-projects@FreeBSD.ORG Mon Aug 2 15:17:00 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C480516A4D0; Mon, 2 Aug 2004 15:16:59 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A021216A4CE for ; Mon, 2 Aug 2004 15:16:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96D1D43D41 for ; Mon, 2 Aug 2004 15:16:59 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i72FGx1l023475 for ; Mon, 2 Aug 2004 15:16:59 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i72FGxno023472 for perforce@freebsd.org; Mon, 2 Aug 2004 15:16:59 GMT (envelope-from jhb@freebsd.org) Date: Mon, 2 Aug 2004 15:16:59 GMT Message-Id: <200408021516.i72FGxno023472@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Subject: PERFORCE change 58710 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 15:17:00 -0000 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 \