]> git.baikalelectronics.ru Git - kernel.git/commit
memblock: replace usage of __memblock_free_early() with memblock_free()
authorMike Rapoport <rppt@linux.ibm.com>
Fri, 28 Dec 2018 08:35:29 +0000 (00:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Dec 2018 20:11:48 +0000 (12:11 -0800)
commitb91709c85493b46c97231f515fa1c7e4d2d871e5
tree756b61044727c2df0e177f4ad245d69f817e311c
parentdeed706b042177963d27b5146da8aaf6b41e7981
memblock: replace usage of __memblock_free_early() with memblock_free()

__memblock_free_early() is only used by the convenience wrappers, so
essentially we wrap a call to memblock_free() twice.  Replace calls of
__memblock_free_early() with calls to memblock_free() and drop the former.

Link: http://lkml.kernel.org/r/20181125102940.GE28634@rapoport-lnx
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Wentao Wang <witallwang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/memblock.h
mm/memblock.c