]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Fix atomic_load_* and atomic_store_* to generate functions for atomic.c
authorjhb <jhb@FreeBSD.org>
Tue, 16 Jan 2001 00:18:36 +0000 (00:18 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 16 Jan 2001 00:18:36 +0000 (00:18 +0000)
commitb83c97ff1c5117ad4e3b970a016114f7105e6aef
treeac5b0fa19dd529f478afb418117b279cfb49a2e3
parentdb0d9914f0f53d14887cd469375180dcece4c388
- Fix atomic_load_* and atomic_store_* to generate functions for atomic.c
  that modules can call.
- Remove the old gcc <= 2.8 versions of the atomic ops.
- Resort the order of some things in the file so that there is only
  one #ifdef for KLD_MODULE, and so that all WANT_FUNCTIONS stuff is
  moved to the bottom of the file.
- Remove ATOMIC_ACQ_REL() and just use explicit macros instead.
sys/amd64/include/atomic.h
sys/i386/include/atomic.h