Re: [PATCH] MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem start

2019-10-02 Thread Paul Burton
Hello, Thomas Bogendoerfer wrote: > Fix calculation of the size for reserving memory between PHYS_OFFSET > and real memory start. Applied to mips-fixes. > commit 66b416ee41ed > https://git.kernel.org/mips/c/66b416ee41ed > > Fixes: a94e4f24ec83 ("MIPS: init: Drop boot_mem_map") > Signed-off-by:

[PATCH] MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem start

2019-09-24 Thread Thomas Bogendoerfer
Fix calculation of the size for reserving memory between PHYS_OFFSET and real memory start. Fixes: a94e4f24ec83 ("MIPS: init: Drop boot_mem_map") Signed-off-by: Thomas Bogendoerfer --- arch/mips/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/kernel/s