summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorOscar Salvador <osalvador@techadventures.net>2018-02-01 03:17:14 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2018-02-01 04:18:37 +0300
commitdc88c88904b8c5eb749874aecc278146b6ae02f3 (patch)
tree811f04874b2cad17a2cc1bbf55224a7b7b3cb6f1 /MAINTAINERS
parentd6cb41cc44c63492702281b1d329955ca767d399 (diff)
downloadlinux-dc88c88904b8c5eb749874aecc278146b6ae02f3.tar.xz
mm/memory_hotplug.c: remove unnecesary check from register_page_bootmem_info_section()
When we call register_page_bootmem_info_section() having CONFIG_SPARSEMEM_VMEMMAP enabled, we check if the pfn is valid. This check is redundant as we already checked this in register_page_bootmem_info_node() before calling register_page_bootmem_info_section(), so let's get rid of it. Link: http://lkml.kernel.org/r/20171205143422.GA31458@techadventures.net Signed-off-by: Oscar Salvador <osalvador@techadventures.net> Acked-by: Michal Hocko <mhocko@suse.com> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions