[Uclinux-h8-devel] [PATCH v2 09/21] memblock: drop memblock_alloc_base()

Back to archive index
Michael Ellerman mpe****@eller*****
2019年 1月 29日 (火) 19:29:19 JST


Mike Rapoport <rppt****@linux*****> writes:

> The memblock_alloc_base() function tries to allocate a memory up to the
> limit specified by its max_addr parameter and panics if the allocation
> fails. Replace its usage with memblock_phys_alloc_range() and make the
> callers check the return value and panic in case of error.
>
> Signed-off-by: Mike Rapoport <rppt****@linux*****>
> ---
>  arch/powerpc/kernel/rtas.c      |  6 +++++-
>  arch/powerpc/mm/hash_utils_64.c |  8 ++++++--
>  arch/s390/kernel/smp.c          |  6 +++++-
>  drivers/macintosh/smu.c         |  2 +-
>  include/linux/memblock.h        |  2 --
>  mm/memblock.c                   | 14 --------------
>  6 files changed, 17 insertions(+), 21 deletions(-)

Acked-by: Michael Ellerman <mpe****@eller*****> (powerpc)

cheers



Uclinux-h8-devel メーリングリストの案内
Back to archive index