Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2017 15:41:49 +0000 (UTC)
From:      Benno Rice <benno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r316612 - head/sys/boot/i386/libi386
Message-ID:  <201704071541.v37FfnSp019260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: benno
Date: Fri Apr  7 15:41:49 2017
New Revision: 316612
URL: https://svnweb.freebsd.org/changeset/base/316612

Log:
  In r298230 the value of HEAP_MIN was changed from 3MB to 64MB. Correct a
  comment that was still referencing the 3MB value.
  
  Sponsored by:	Dell EMC Isilon
  Discussed with:	jhb

Modified:
  head/sys/boot/i386/libi386/biosmem.c

Modified: head/sys/boot/i386/libi386/biosmem.c
==============================================================================
--- head/sys/boot/i386/libi386/biosmem.c	Fri Apr  7 15:39:41 2017	(r316611)
+++ head/sys/boot/i386/libi386/biosmem.c	Fri Apr  7 15:41:49 2017	(r316612)
@@ -200,7 +200,7 @@ bios_getmem(void)
 
     /*
      * If we have extended memory and did not find a suitable heap
-     * region in the SMAP, use the last 3MB of 'extended' memory as a
+     * region in the SMAP, use the last HEAP_MIN of 'extended' memory as a
      * high heap candidate.
      */
     if (bios_extmem >= HEAP_MIN && high_heap_size < HEAP_MIN) {



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