summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2010-08-06 09:25:42 +0000
committerjchandra <jchandra@FreeBSD.org>2010-08-06 09:25:42 +0000
commitc3d4f0835cad384499298be886c0a8afc90d5822 (patch)
treeb8c2257f90e86ae2f27e89d0aeab7b2833649fae /sys/kern/vfs_bio.c
parent913fa4ba381b76ea679254f29c818b63c3702229 (diff)
downloadFreeBSD-src-c3d4f0835cad384499298be886c0a8afc90d5822.zip
FreeBSD-src-c3d4f0835cad384499298be886c0a8afc90d5822.tar.gz
Fix issue reported by alc :
MIPS doesn't really need to use atomic_cmpset_int() in situations like this because the software dirty bit emulation in trap.c acquires the pmap lock. Atomics like this appear to be a carryover from i386 where the hardware-managed TLB might concurrently set the modified bit. Reviewed by: alc
Diffstat (limited to 'sys/kern/vfs_bio.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud