Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 1999 21:21:05 -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:  <199903190521.VAA08393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         1999/03/18 21:21:04 PST

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Construct the free queue(s) in descending order (by physical
  address) so that the first 16MB of physical memory is allocated
  last rather than first.  On large-memory machines, this avoids
  the exhaustion of low physical memory before isa_dmainit has run.
  
  Revision  Changes    Path
  1.128     +8 -2      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?199903190521.VAA08393>