Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2006 16:44:24 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_page.c vm_pageq.c
Message-ID:  <200606231644.k5NGiOfp024710@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606231644.k5NGiOfp024710>