aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index eaa64d2ffdc5..c1b68edaf106 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -4242,7 +4242,8 @@ EXPORT_SYMBOL(free_pages_exact);
4242 * nr_free_zone_pages() counts the number of counts pages which are beyond the 4242 * nr_free_zone_pages() counts the number of counts pages which are beyond the
4243 * high watermark within all zones at or below a given zone index. For each 4243 * high watermark within all zones at or below a given zone index. For each
4244 * zone, the number of pages is calculated as: 4244 * zone, the number of pages is calculated as:
4245 * managed_pages - high_pages 4245 *
4246 * nr_free_zone_pages = managed_pages - high_pages
4246 */ 4247 */
4247static unsigned long nr_free_zone_pages(int offset) 4248static unsigned long nr_free_zone_pages(int offset)
4248{ 4249{