Re: [PATCH v19 06/13] kexec: move crashk[_low]_res to crash_core module

2022-01-11 Thread john . p . donnelly
On 12/28/21 7:26 AM, Zhen Lei wrote: From: Chen Zhou Move the definition and declaration of global variable crashk[_low]_res from kexec module to crash_core module, in preparation of adding generic reserve_crashkernel_mem[_low]() to crash_core.c, the latter refers to variable crashk[_low]_res.

[PATCH v19 06/13] kexec: move crashk[_low]_res to crash_core module

2021-12-28 Thread Zhen Lei
From: Chen Zhou Move the definition and declaration of global variable crashk[_low]_res from kexec module to crash_core module, in preparation of adding generic reserve_crashkernel_mem[_low]() to crash_core.c, the latter refers to variable crashk[_low]_res. Due to the config KEXEC automatically s