Re: [PATCH v2 11/15] MIPS: memblock: Perform early low memory test

2018-02-13 Thread Matt Redfearn
Hi Serge, On 02/02/18 03:54, Serge Semin wrote: Low memory can be tested at this point, since all the reservations have just been finished without much of additional allocations. Perhaps something along the lines of: "Allow an early memtest to be performed by calling early_memtest. Testing at

[PATCH v2 11/15] MIPS: memblock: Perform early low memory test

2018-02-01 Thread Serge Semin
Low memory can be tested at this point, since all the reservations have just been finished without much of additional allocations. Signed-off-by: Serge Semin --- arch/mips/kernel/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c ind