[RFC PATCH 4/5] arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Catalin Marinas
catalin.marinas at arm.com
Fri Dec 3 11:18:32 PST 2021
On Fri, Dec 03, 2021 at 01:11:56PM +0800, Jisheng Zhang wrote:
> Replace the conditional compilation using "#ifdef CONFIG_KEXEC_CORE"
> by a check for "IS_ENABLED(CONFIG_BLK_DEV_INITRD)", to simplify the
> code and increase compile coverage.
>
> Signed-off-by: Jisheng Zhang <jszhang at kernel.org>
As long as it still compiles:
Acked-by: Catalin Marinas <catalin.marinas at arm.com>
More information about the kexec
mailing list