mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()
Convert to use folio_last_cpupid() in __split_huge_page_tail(). Link: https://lkml.kernel.org/r/20231018140806.2783514-6-wangkefeng.wang@huawei.com Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Cc: David Hildenbrand <david@redhat.com> Cc: Huang Ying <ying.huang@intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Juri Lelli <juri.lelli@redhat.com> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Vincent Guittot <vincent.guittot@linaro.org> Cc: Zi Yan <ziy@nvidia.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
c4a8d2faab
commit
19c1ac02ce
@ -2514,7 +2514,7 @@ static void __split_huge_page_tail(struct folio *folio, int tail,
|
||||
if (page_is_idle(head))
|
||||
set_page_idle(page_tail);
|
||||
|
||||
page_cpupid_xchg_last(page_tail, page_cpupid_last(head));
|
||||
page_cpupid_xchg_last(page_tail, folio_last_cpupid(folio));
|
||||
|
||||
/*
|
||||
* always add to the tail because some iterators expect new
|
||||
|
Loading…
Reference in New Issue
Block a user