]> git.baikalelectronics.ru Git - kernel.git/commit
mm/page_alloc.c: remove unused free_bootmem_with_active_regions
authorBaoquan He <bhe@redhat.com>
Wed, 3 Jun 2020 22:58:45 +0000 (15:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jun 2020 03:09:44 +0000 (20:09 -0700)
commitdcb9bce28e360ac321d81979c60983f53a8a539a
tree375321f59e776b8426f2725956378f325ba69396
parent96c27f03ecd95fa9630b81f0d19ff08722008b60
mm/page_alloc.c: remove unused free_bootmem_with_active_regions

Since commit 765bc850977e997a37 ("mips: sgi-ip27: switch from DISCONTIGMEM
to SPARSEMEM"), the last caller of free_bootmem_with_active_regions() was
gone.  Now no user calls it any more.

Let's remove it.

Signed-off-by: Baoquan He <bhe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Link: http://lkml.kernel.org/r/20200402143455.5145-1-bhe@redhat.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h
mm/page_alloc.c