Re: [PATCH 2/2] MIPS: OCTEON: Don't add kernel sections into memblock allocator

2020-12-04 Thread Thomas Bogendoerfer
On Thu, Dec 03, 2020 at 01:36:49PM +0100, Alexander A Sverdlin wrote: > From: Alexander Sverdlin > > Because check_kernel_sections_mem() does exactly this for all platforms. > > Signed-off-by: Alexander Sverdlin > --- > arch/mips/cavium-octeon/setup.c | 9 - > 1 file changed, 9

[PATCH 2/2] MIPS: OCTEON: Don't add kernel sections into memblock allocator

2020-12-03 Thread Alexander A Sverdlin
From: Alexander Sverdlin Because check_kernel_sections_mem() does exactly this for all platforms. Signed-off-by: Alexander Sverdlin --- arch/mips/cavium-octeon/setup.c | 9 - 1 file changed, 9 deletions(-) diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c