From a6e941d072168a62a6fd52d615dd4aed047419d5 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 2 Jun 2021 13:52:31 +1000 Subject: [PATCH] mm-rename-the-global-section-array-to-mem_sections-fix-fix fix another site Cc: Baoquan He Cc: Dave Young Cc: Dong Aisheng Cc: Vivek Goyal Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- mm/sparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/sparse.c b/mm/sparse.c index 98a020096693a..b82ab78881b6d 100644 --- a/mm/sparse.c +++ b/mm/sparse.c @@ -254,7 +254,7 @@ static void __init memory_present(int nid, unsigned long start, unsigned long en unsigned long pfn; #ifdef CONFIG_SPARSEMEM_EXTREME - if (unlikely(!mem_section)) { + if (unlikely(!mem_sections)) { unsigned long size, align; size = sizeof(struct mem_section *) * NR_SECTION_ROOTS; -- 2.51.0