]> git.baikalelectronics.ru Git - kernel.git/commit
mm/page_owner: use helper function zone_end_pfn() to get end_pfn
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 24 Feb 2021 20:01:39 +0000 (12:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Feb 2021 21:38:27 +0000 (13:38 -0800)
commit1d2cae8ea1cf082df8258fcb5ab35de29821c450
tree9ef114ad5770ca920786c6c6d65ff5137e9f5c50
parent2e326c07bbe1eabeece4047ab5972ef34b15679b
mm/page_owner: use helper function zone_end_pfn() to get end_pfn

Commit 108bcc96ef70 ("mm: add & use zone_end_pfn() and zone_spans_pfn()")
introduced the helper zone_end_pfn() to calculate the zone end pfn.  But
pagetypeinfo_showmixedcount_print forgot to use it.  And the
initialization of local variable pfn is duplicated, remove one.

Link: https://lkml.kernel.org/r/20210123070538.5861-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_owner.c