summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-05-23 17:48:09 +0000
committerian <ian@FreeBSD.org>2015-05-23 17:48:09 +0000
commit18d949556563b32c5c9cf8428aacc920b4acfc1c (patch)
treeb9500b49fcb598e459128856aa649caba63fdb7f /sys/arm
parente598358ce4ecd13a6ce840fc40f6845722bade6e (diff)
downloadFreeBSD-src-18d949556563b32c5c9cf8428aacc920b4acfc1c.zip
FreeBSD-src-18d949556563b32c5c9cf8428aacc920b4acfc1c.tar.gz
MFC r279702: Update a comment that had drifted out of date.
Diffstat (limited to 'sys/arm')
-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