Date: Wed, 29 Jun 2005 12:20:31 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79142 for review Message-ID: <200506291220.j5TCKVpx096336@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79142 Change 79142 by jhb@jhb_slimer on 2005/06/29 12:19:47 Fix a comment. Affected files ... .. //depot/projects/smpng/sys/i386/include/atomic.h#38 edit Differences ... ==== //depot/projects/smpng/sys/i386/include/atomic.h#38 (text+ko) ==== @@ -77,7 +77,7 @@ u_##TYPE atomic_load_acq_##TYPE(volatile u_##TYPE *p); \ void atomic_store_rel_##TYPE(volatile u_##TYPE *p, u_##TYPE v) -#else /* !KLD_MODULE */ +#else /* !KLD_MODULE && __GNUCLIKE_ASM */ /* * For userland, assume the SMP case and use lock prefixes so that
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506291220.j5TCKVpx096336>