summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-03-06 20:52:05 +0000
committerian <ian@FreeBSD.org>2015-03-06 20:52:05 +0000
commit0fd8b4a005158f2d9d6204434c10b70018b4ffc0 (patch)
tree8e0a56974667962097002f4c4bfd738e4f8fcd39
parent6fe9778c81f2a5c1c420e387479de05ffe959b5f (diff)
downloadFreeBSD-src-0fd8b4a005158f2d9d6204434c10b70018b4ffc0.zip
FreeBSD-src-0fd8b4a005158f2d9d6204434c10b70018b4ffc0.tar.gz
Update a comment that had drifted out of date with the last changes.
-rw-r--r--sys/arm/arm/physmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/physmem.c b/sys/arm/arm/physmem.c
index eae03f7..bc72ce2 100644
--- a/sys/arm/arm/physmem.c
+++ b/sys/arm/arm/physmem.c
@@ -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.
*/
OpenPOWER on IntegriCloud