svn commit: r222881 - stable/8/sys/amd64/amd64

Dmitry Chagin dchagin at FreeBSD.org
Wed Jun 8 21:39:00 UTC 2011


Author: dchagin
Date: Wed Jun  8 21:39:00 2011
New Revision: 222881
URL: http://svn.freebsd.org/changeset/base/222881

Log:
  MFC r221784:
  
  Remove wrong comment.

Modified:
  stable/8/sys/amd64/amd64/machdep.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/amd64/amd64/machdep.c
==============================================================================
--- stable/8/sys/amd64/amd64/machdep.c	Wed Jun  8 21:36:36 2011	(r222880)
+++ stable/8/sys/amd64/amd64/machdep.c	Wed Jun  8 21:39:00 2011	(r222881)
@@ -1278,9 +1278,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-stable-8 mailing list