Re: [PATCH v2 2/8] crash_core: change the prototype of function parse_crashkernel()

2023-08-30 Thread Leizhen (ThunderTown)
On 2023/8/29 20:16, Baoquan He wrote: > Add two parameters 'low_size' and 'high' to function parse_crashkernel(), > later crashkernel=,high|low parsing will be added. Make adjustments in all > call sites of parse_crashkernel() in arch. Reviewed-by: Zhen Lei > > Signed-off-by: Baoquan He >

[PATCH v2 2/8] crash_core: change the prototype of function parse_crashkernel()

2023-08-29 Thread Baoquan He
Add two parameters 'low_size' and 'high' to function parse_crashkernel(), later crashkernel=,high|low parsing will be added. Make adjustments in all call sites of parse_crashkernel() in arch. Signed-off-by: Baoquan He --- arch/arm/kernel/setup.c | 3 ++- arch/arm64/mm/init.c