diff options
author | Wei Yang <richard.weiyang@linux.alibaba.com> | 2020-08-06 23:23:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-07 11:33:27 -0700 |
commit | 6cda72047ea46272ecb9cc71acf1231cea07167a (patch) | |
tree | e352a0b7bf692432e982ac703cf120f34956f19f /Documentation/sparc | |
parent | ef69bc9f689de8380688be742f9b9df615d42429 (diff) | |
download | linux-stable-6cda72047ea46272ecb9cc71acf1231cea07167a.tar.gz linux-stable-6cda72047ea46272ecb9cc71acf1231cea07167a.tar.bz2 linux-stable-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 <richard.weiyang@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: David Hildenbrand <david@redhat.com>
Link: http://lkml.kernel.org/r/20200703031828.14645-1-richard.weiyang@linux.alibaba.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/sparc')
0 files changed, 0 insertions, 0 deletions