xtensa: remove free_initrd_mem
authorMike Rapoport <rppt@linux.ibm.com>
Wed, 24 Jul 2019 14:10:32 +0000 (17:10 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 27 Aug 2019 01:19:04 +0000 (18:19 -0700)
commitf348f5c232408cb44451cc5ba52a4b326b6034da
tree342874ab6f459df75c1fd78bca9b4afa4fa5fdbe
parenta55aa89aab90fae7c815b0551b07be37db359d76
xtensa: remove free_initrd_mem

The xtensa free_initrd_mem() verifies that initrd is mapped and then
frees its memory using free_reserved_area().

The initrd is considered mapped when its memory was successfully reserved
with mem_reserve().

Resetting initrd_start to 0 in case of mem_reserve() failure allows to
switch to generic free_initrd_mem() implementation.

Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Message-Id: <1563977432-8376-1-git-send-email-rppt@linux.ibm.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/setup.c
arch/xtensa/mm/init.c