cvs commit: src/sys/i386/i386 pmap.c

Alan Cox alc at FreeBSD.org
Sat Jul 17 15:20:53 PDT 2004


alc         2004-07-17 22:20:53 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        pmap.c 
  Log:
   - Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() and
     pmap_remove_page().  The reason being that pmap_pte_quick() requires
     the page queues lock, which is already held, rather than Giant.
   - Assert that the page queues lock is held in pmap_remove_page() and
     pmap_remove_pte().
  
  Revision  Changes    Path
  1.486     +4 -2      src/sys/i386/i386/pmap.c


More information about the cvs-all mailing list