cvs commit: src/sys/vm vm_page.c vm_pageq.c

John Baldwin jhb at FreeBSD.org
Fri Jun 23 16:44:25 UTC 2006


jhb         2006-06-23 16:44:24 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c vm_pageq.c 
  Log:
  Move the code to handle the vm.blacklist tunable up a layer into
  vm_page_startup().  As a result, we now only lookup the tunable once
  instead of looking it up once for every physical page of memory in the
  system.  This cuts out about a 1 second or so delay in boot on x86
  systems.  The delay is much larger and more noticable on sun4v apparently.
  
  Reported by:    kmacy
  MFC after:      1 week
  
  Revision  Changes    Path
  1.317     +39 -1     src/sys/vm/vm_page.c
  1.27      +0 -30     src/sys/vm/vm_pageq.c


More information about the cvs-src mailing list