aboutsummaryrefslogtreecommitdiffstats
path: root/mm/internal.h
diff options
context:
space:
mode:
authorMiaohe Lin <[email protected]>2022-03-22 21:42:44 +0000
committerLinus Torvalds <[email protected]>2022-03-22 22:57:05 +0000
commitc7878534a1b61c5cc2effa3a539099f2cf87cd3a (patch)
tree3b44091a1876296de4f8e452a99be77e3f9611b5 /mm/internal.h
parentmm/mremap:: use vma_lookup() instead of find_vma() (diff)
downloadkernel-c7878534a1b61c5cc2effa3a539099f2cf87cd3a.tar.gz
kernel-c7878534a1b61c5cc2effa3a539099f2cf87cd3a.zip
mm/sparse: make mminit_validate_memmodel_limits() static
It's only used in the sparse.c now. So we can make it static and further clean up the relevant code. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Miaohe Lin <[email protected]> Reviewed-by: Mike Rapoport <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'mm/internal.h')
-rw-r--r--mm/internal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/mm/internal.h b/mm/internal.h
index d80300392a19..9c298afb9688 100644
--- a/mm/internal.h
+++ b/mm/internal.h
@@ -572,17 +572,6 @@ static inline void mminit_verify_zonelist(void)
}
#endif /* CONFIG_DEBUG_MEMORY_INIT */
-/* mminit_validate_memmodel_limits is independent of CONFIG_DEBUG_MEMORY_INIT */
-#if defined(CONFIG_SPARSEMEM)
-extern void mminit_validate_memmodel_limits(unsigned long *start_pfn,
- unsigned long *end_pfn);
-#else
-static inline void mminit_validate_memmodel_limits(unsigned long *start_pfn,
- unsigned long *end_pfn)
-{
-}
-#endif /* CONFIG_SPARSEMEM */
-
#define NODE_RECLAIM_NOSCAN -2
#define NODE_RECLAIM_FULL -1
#define NODE_RECLAIM_SOME 0