jchandra c3d4f0835c 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
2010-08-06 09:25:42 +00:00
..
2010-07-23 11:00:46 +00:00
2010-07-12 10:18:10 +00:00
2010-08-06 09:25:42 +00:00
2010-08-02 22:26:08 +00:00