svn commit: r279702 - head/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Fri Mar 6 20:52:06 UTC 2015


Author: ian
Date: Fri Mar  6 20:52:05 2015
New Revision: 279702
URL: https://svnweb.freebsd.org/changeset/base/279702

Log:
  Update a comment that had drifted out of date with the last changes.

Modified:
  head/sys/arm/arm/physmem.c

Modified: head/sys/arm/arm/physmem.c
==============================================================================
--- head/sys/arm/arm/physmem.c	Fri Mar  6 20:41:28 2015	(r279701)
+++ head/sys/arm/arm/physmem.c	Fri Mar  6 20:52:05 2015	(r279702)
@@ -153,7 +153,7 @@ arm_physmem_print_tables()
  * Walk the list of hardware regions, processing it against the list of
  * exclusions that contain the given exflags, and generating an "avail list".
  *
- * Updates the kernel global 'realmem' with the sum of all pages in hw regions.
+ * Updates the value at *pavail with the sum of all pages in all hw regions.
  *
  * Returns the number of pages of non-excluded memory added to the avail list.
  */


More information about the svn-src-head mailing list