]> www.infradead.org Git - users/willy/linux.git/commit
memblock: replace usage of __memblock_free_early() with memblock_free()
authorMike Rapoport <rppt@linux.ibm.com>
Wed, 5 Dec 2018 00:13:42 +0000 (11:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2018 00:13:42 +0000 (11:13 +1100)
commit3773d01382b53bc62f8e61be4c3ba5db320dd206
tree98360d81cb9e5807ae6a53491ed1c4f30c0f2861
parent670840480ce12e032e5919915890e96d5bfb2578
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>
Cc: Wentao Wang <witallwang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
include/linux/memblock.h
mm/memblock.c