]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use atomic_set_8 on the us_freelist maps as they are not otherwise
authorMatt Jacob <mjacob@FreeBSD.org>
Sun, 10 Nov 2002 16:16:44 +0000 (16:16 +0000)
committerMatt Jacob <mjacob@FreeBSD.org>
Sun, 10 Nov 2002 16:16:44 +0000 (16:16 +0000)
commit7ca05a39c71e88bcb7c418d10d962062b802d6ac
tree90dbbf3448aec98fbc1da92f040e86f7f1cecadf
parent4b8dd6b2d003982cca333e504a3894da886c1da5
Use atomic_set_8 on the us_freelist maps as they are not otherwise
protected. Furthermore, in some RISC architectures with no normal
byte operations, the surrounding 3 bytes are also affected by the
read-modify-write that has to occur.
sys/vm/uma_dbg.c