diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 6780b2e18aa1..657daea88aa8 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -2845,7 +2845,7 @@ EXPORT_SYMBOL(free_pages_exact); | |||
2845 | * nr_free_zone_pages() counts the number of counts pages which are beyond the | 2845 | * nr_free_zone_pages() counts the number of counts pages which are beyond the |
2846 | * high watermark within all zones at or below a given zone index. For each | 2846 | * high watermark within all zones at or below a given zone index. For each |
2847 | * zone, the number of pages is calculated as: | 2847 | * zone, the number of pages is calculated as: |
2848 | * present_pages - high_pages | 2848 | * managed_pages - high_pages |
2849 | */ | 2849 | */ |
2850 | static unsigned long nr_free_zone_pages(int offset) | 2850 | static unsigned long nr_free_zone_pages(int offset) |
2851 | { | 2851 | { |