]> git.baikalelectronics.ru Git - kernel.git/commit
mm/page_alloc: update comments for rmqueue()
authorRan Xiaokai <ran.xiaokai@zte.com.cn>
Sun, 18 Sep 2022 02:56:40 +0000 (02:56 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:03:31 +0000 (14:03 -0700)
commitbf7fc2f86c31e7cb12615c2794c7bd339ef3e70a
tree76ee5b6d0cdb23547e654dd366a2baa6372f573f
parent0dfbe4cf8536bc37d9475f9db6d3fd6a437205a9
mm/page_alloc: update comments for rmqueue()

Since commit f769c269399e ("mm/page_alloc: allow high-order pages to be
stored on the per-cpu lists"), the per-cpu page allocators (PCP) is not
only for order-0 pages.  Update the comments.

Link: https://lkml.kernel.org/r/20220918025640.208586-1-ran.xiaokai@zte.com.cn
Signed-off-by: Ran Xiaokai <ran.xiaokai@zte.com.cn>
Cc: Mel Gorman <mgorman@techsingularity.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c