diff options
author | jchandra <jchandra@FreeBSD.org> | 2010-08-06 09:25:42 +0000 |
---|---|---|
committer | jchandra <jchandra@FreeBSD.org> | 2010-08-06 09:25:42 +0000 |
commit | c3d4f0835cad384499298be886c0a8afc90d5822 (patch) | |
tree | b8c2257f90e86ae2f27e89d0aeab7b2833649fae /sys/fs/devfs | |
parent | 913fa4ba381b76ea679254f29c818b63c3702229 (diff) | |
download | FreeBSD-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/fs/devfs')
0 files changed, 0 insertions, 0 deletions