Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2003 22:18:59 -0700 (PDT)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_malloc.c
Message-ID:  <200306110518.h5B5IxpV070799@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2003/06/10 22:18:59 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_malloc.c 
  Log:
  Don't overflow when calculating vm_kmem_size.  This fixes kmem_map
  too small panics on PAE machines which have odd > 4GB sizes (4.5 gig
  would render a 20MB of KVA for kmem_map instead of 200MB).
  
  Submitted by:   John Cagle <john.cagle@hp.com>, jeff
  Reviewed by:    jeff, peter, scottl, lots of USENIX folks
  
  Revision  Changes    Path
  1.126     +4 -4      src/sys/kern/kern_malloc.c



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