svn commit: r221784 - head/sys/amd64/amd64

Dmitry Chagin dchagin at FreeBSD.org
Wed May 11 17:57:16 UTC 2011


Author: dchagin
Date: Wed May 11 17:57:15 2011
New Revision: 221784
URL: http://svn.freebsd.org/changeset/base/221784

Log:
  Remove wrong comment.
  
  MFC after:	1 week.

Modified:
  head/sys/amd64/amd64/machdep.c

Modified: head/sys/amd64/amd64/machdep.c
==============================================================================
--- head/sys/amd64/amd64/machdep.c	Wed May 11 17:50:19 2011	(r221783)
+++ head/sys/amd64/amd64/machdep.c	Wed May 11 17:57:15 2011	(r221784)
@@ -1298,9 +1298,6 @@ add_smap_entry(struct bios_smap *smap, v
  * available physical memory in the system, then test this memory and
  * build the phys_avail array describing the actually-available memory.
  *
- * If we cannot accurately determine the physical memory map, then use
- * value from the 0xE801 call, and failing that, the RTC.
- *
  * Total memory size may be set by the kernel environment variable
  * hw.physmem or the compile-time define MAXMEM.
  *


More information about the svn-src-head mailing list