diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 07efbc3a8656..bd01501efab9 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -4247,7 +4247,8 @@ EXPORT_SYMBOL(free_pages_exact); | |||
4247 | * nr_free_zone_pages() counts the number of counts pages which are beyond the | 4247 | * nr_free_zone_pages() counts the number of counts pages which are beyond the |
4248 | * high watermark within all zones at or below a given zone index. For each | 4248 | * high watermark within all zones at or below a given zone index. For each |
4249 | * zone, the number of pages is calculated as: | 4249 | * zone, the number of pages is calculated as: |
4250 | * managed_pages - high_pages | 4250 | * |
4251 | * nr_free_zone_pages = managed_pages - high_pages | ||
4251 | */ | 4252 | */ |
4252 | static unsigned long nr_free_zone_pages(int offset) | 4253 | static unsigned long nr_free_zone_pages(int offset) |
4253 | { | 4254 | { |