diff options
| author | Wei Yang <[email protected]> | 2020-08-07 06:23:59 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-08-07 18:33:27 +0000 |
| commit | 6cda72047ea46272ecb9cc71acf1231cea07167a (patch) | |
| tree | e352a0b7bf692432e982ac703cf120f34956f19f /arch/sh/mm/init.c | |
| parent | mm/sparse: never partially remove memmap for early section (diff) | |
| download | kernel-6cda72047ea46272ecb9cc71acf1231cea07167a.tar.gz kernel-6cda72047ea46272ecb9cc71acf1231cea07167a.zip | |
mm/sparse: only sub-section aligned range would be populated
There are two code path which invoke __populate_section_memmap()
* sparse_init_nid()
* sparse_add_section()
For both case, we are sure the memory range is sub-section aligned.
* we pass PAGES_PER_SECTION to sparse_init_nid()
* we check range by check_pfn_span() before calling
sparse_add_section()
Also, the counterpart of __populate_section_memmap(), we don't do such
calculation and check since the range is checked by check_pfn_span() in
__remove_pages().
Clear the calculation and check to keep it simple and comply with its
counterpart.
Signed-off-by: Wei Yang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/sh/mm/init.c')
0 files changed, 0 insertions, 0 deletions
