Re: [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function

2025-03-13 Thread Max Filippov
On Thu, Mar 13, 2025 at 4:52 PM Mike Rapoport wrote: > > From: "Mike Rapoport (Microsoft)" > > This will help with pulling out memblock_free_all() to the generic > code and reducing code duplication in arch::mem_init(). > > Signed-off-by: Mike Rapoport (Microsoft) > --- > arch/xtensa/mm/init.c

[PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function

2025-03-13 Thread Mike Rapoport
From: "Mike Rapoport (Microsoft)" This will help with pulling out memblock_free_all() to the generic code and reducing code duplication in arch::mem_init(). Signed-off-by: Mike Rapoport (Microsoft) --- arch/xtensa/mm/init.c | 97 ++- 1 file changed, 50 i