]> 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)
commitbf45ad9cbab558dea9461c1e471e72de72eb8e68
tree9ef114ad5770ca920786c6c6d65ff5137e9f5c50
parentfb02b33707d5a1d1381df46ba3d3ba2d0560a3a0
mm/page_owner: use helper function zone_end_pfn() to get end_pfn

Commit 3774da55a016 ("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