Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2001 16:40:48 -0800 (PST)
From:      Jonathan Lemon <jlemon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_zone.c
Message-ID:  <200111170040.fAH0emx27046@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      2001/11/16 16:40:48 PST

  Modified files:
    sys/vm               vm_zone.c 
  Log:
  When laying out objects in a ZONE_INTERRUPT zone, allow them to cross
  a page boundary, since we've already allocated all our contiguous kva
  space up front.  This eliminates some memory wastage, and allows us to
  actually reach the # of objects were specified in the zinit() call.
  
  Reviewed by: peter, dillon
  
  Revision  Changes    Path
  1.49      +5 -3      src/sys/vm/vm_zone.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?200111170040.fAH0emx27046>