Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2003 11:58:42 -0800 (PST)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_page.c
Message-ID:  <200301081958.h08JwgY0025417@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/01/08 11:58:42 PST

  Modified files:
    sys/vm               vm_page.c 
  Log:
  In vm_page_alloc(), honor VM_ALLOC_ZERO for system and interrupt class
  requests when the number of free pages is below the reserved threshold.
  Previously, VM_ALLOC_ZERO was only honored when the number of free pages
  was above the reserved threshold.  Honoring it in all cases generally
  makes sense, does no harm, and simplifies the code.
  
  Revision  Changes    Path
  1.234     +5 -12     src/sys/vm/vm_page.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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