mm/page_alloc: remove unneeded variable base
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 3 Aug 2023 11:49:34 +0000 (19:49 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 21 Aug 2023 20:37:38 +0000 (13:37 -0700)
commitc1dc69e6ce65d95e3d4d080868c3007f1a6fc4fe
tree3099121d7e48a2687036ac3e61267773db2799a4
parent73d4719363371afdcd63143c3532fa6a9443de13
mm/page_alloc: remove unneeded variable base

Since commit 5d0a661d808f ("mm/page_alloc: use only one PCP list for
THP-sized allocations"), local variable base is just as same as order.  So
remove it.  No functional change intended.

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