]> git.baikalelectronics.ru Git - kernel.git/commit
mm/page_ext.c: drop pfn_present() check when onlining
authorDavid Hildenbrand <david@redhat.com>
Tue, 7 Apr 2020 03:06:47 +0000 (20:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2020 17:43:40 +0000 (10:43 -0700)
commitdb4c7d55ae2a2b3e5658c4d840aa8891b3ec5136
tree0b048ad92dfaee364e56a2681f9584e6f54aa1d8
parent1cfeff65b71025082e6d185118fb36c7b810b353
mm/page_ext.c: drop pfn_present() check when onlining

Since commit d6d486e5fbc7 ("mm/memory_hotplug.c: don't allow to
online/offline memory blocks with holes") we disallow to offline any
memory with holes.  As all boot memory is online and hotplugged memory
cannot contain holes, we never online memory with holes.

This present check can be dropped.

Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Pavel Tatashin <pasha.tatashin@soleen.com>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Link: http://lkml.kernel.org/r/20200127110424.5757-4-david@redhat.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_ext.c