From d7c6a65a2b5eedf9b9559de50cdbf17e4b2718a4 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Fri, 6 Mar 2015 20:52:05 +0000 Subject: [PATCH] Update a comment that had drifted out of date with the last changes. --- sys/arm/arm/physmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm/arm/physmem.c b/sys/arm/arm/physmem.c index eae03f7ab5d7..bc72ce264ad5 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. */