Date: Fri, 6 Aug 2010 09:25:42 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/mips pmap.c Message-ID: <201008060925.o769PtdU060957@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jchandra 2010-08-06 09:25:42 UTC
FreeBSD src repository
Modified files:
sys/mips/mips pmap.c
Log:
SVN rev 210922 on 2010-08-06 09:25:42Z by jchandra
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
Revision Changes Path
1.73 +3 -5 src/sys/mips/mips/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008060925.o769PtdU060957>
