powerpc/fadump: Refactor and prepare fadump_cma_init for late init
authorRitesh Harjani (IBM) <ritesh.list@gmail.com>
Fri, 18 Oct 2024 16:17:55 +0000 (21:47 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 21 Oct 2024 04:26:49 +0000 (15:26 +1100)
commitadfaec30ffaceecd565e06adae367aa944acc3c9
tree2c2edf01472bf4f8c49340727295731052a28e28
parent0882db7f928c5d467a17a69521a963db5448d140
powerpc/fadump: Refactor and prepare fadump_cma_init for late init

We anyway don't use any return values from fadump_cma_init(). Since
fadump_reserve_mem() from where fadump_cma_init() gets called today,
already has the required checks.
This patch makes this function return type as void. Let's also handle
extra cases like return if fadump_supported is false or dump_active, so
that in later patches we can call fadump_cma_init() separately from
setup_arch().

Acked-by: Hari Bathini <hbathini@linux.ibm.com>
Reviewed-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/a2afc3d6481a87a305e89cfc4a3f3d2a0b8ceab3.1729146153.git.ritesh.list@gmail.com
arch/powerpc/kernel/fadump.c