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

Marcel Moolenaar marcel at FreeBSD.org
Sun Feb 11 02:52:55 UTC 2007


marcel      2007-02-11 02:52:54 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        pmap.c 
  Log:
  Now that the free page queue mutex is a sleep mutex, we cannot call
  vm_page_alloc() from within a critical section in pmap_growkernel().
  Since the need for a critical section may never have existed in the
  first place, simply get rid of it.
  
  Discussed with: alc@
  
  Revision  Changes    Path
  1.181     +0 -7      src/sys/ia64/ia64/pmap.c


More information about the cvs-src mailing list