svn commit: r283319 - stable/10/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Sat May 23 17:48:09 UTC 2015


Author: ian
Date: Sat May 23 17:48:09 2015
New Revision: 283319
URL: https://svnweb.freebsd.org/changeset/base/283319

Log:
  MFC r279702: Update a comment that had drifted out of date.

Modified:
  stable/10/sys/arm/arm/physmem.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/arm/arm/physmem.c
==============================================================================
--- stable/10/sys/arm/arm/physmem.c	Sat May 23 17:43:02 2015	(r283318)
+++ stable/10/sys/arm/arm/physmem.c	Sat May 23 17:48:09 2015	(r283319)
@@ -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-stable mailing list