Date: Sat, 5 May 2007 18:58:22 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c Message-ID: <200705051858.l45IwNff068016@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2007-05-05 18:58:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 pmap.c Log: MFC Revision 1.530 Replace diagnostic printf()s by assertions. Use consistent style for similar assertions. MFC Revision 1.540 Introduce pmap_try_insert_pv_entry(). Use pmap_try_insert_pv_entry() in pmap_copy() instead of pmap_insert_entry(). Eliminate the explicit low-memory checks in pmap_copy(). MFC Revision 1.544 Retire pmap_track_modified(). MFC Revision 1.555 Introduce the function pmap_enter_object(). MFC Revision 1.558 (in part) Change pmap_enter_quick_locked() to fail rather than wait if it is unable to allocate a page table page. Similarly, change pmap_enter_quick_locked() to call pmap_try_insert_pv_entry() rather than pmap_insert_entry(). Add an assertion that the object containing m_start is locked in pmap_enter_object(). Remove a similar assertion from pmap_enter_quick_locked() because that function no longer accesses the containing object. Remove a stale comment. Revision Changes Path 1.516.2.14 +122 -121 src/sys/amd64/amd64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705051858.l45IwNff068016>