From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Tue, 30 Nov 2021 16:05:25 -0600 From: Rob Herring Subject: Re: [PATCH v16 09/11] of: fdt: Aggregate the processing of "linux,usable-memory-range" Message-ID: References: <20211123124646.1995-1-thunder.leizhen@huawei.com> <20211123124646.1995-10-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211123124646.1995-10-thunder.leizhen@huawei.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Zhen Lei Cc: Vivek Goyal , Chen Zhou , Frank Rowand , linux-doc@vger.kernel.org, Ingo Molnar , devicetree@vger.kernel.org, Catalin Marinas , Eric Biederman , Feng Zhou , "H . Peter Anvin" , Jonathan Corbet , Rob Herring , linux-kernel@vger.kernel.org, Borislav Petkov , x86@kernel.org, Randy Dunlap , Baoquan He , kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Kefeng Wang , Will Deacon , Dave Young , Thomas Gleixner On Tue, 23 Nov 2021 20:46:44 +0800, Zhen Lei wrote: > Currently, we parse the "linux,usable-memory-range" property in > early_init_dt_scan_chosen(), to obtain the specified memory range of the > crash kernel. We then reserve the required memory after > early_init_dt_scan_memory() has identified all available physical memory. > Because the two pieces of code are separated far, the readability and > maintainability are reduced. So bring them together. > > Suggested-by: Rob Herring > Signed-off-by: Zhen Lei > --- > drivers/of/fdt.c | 15 +++++++++++---- > 1 file changed, 11 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec