On Wed, 22 May 2019 10:15:35 +0200, Geert Uytterhoeven <[email protected]> wrote: > On rbtx4927: ... > As of commit b93ddc4f9156205e ("mips: Reserve memory for the kernel > image resources"), bootmem_init() no longer reserves the memory below > the kernel, while prom_free_prom_memory() still frees it. > > Fix this by reverting commit b6263ff2d6e58cc2 ("MIPS: TXx9: Implement > prom_free_prom_memory"). > > Suggested-by: Serge Semin <[email protected]> > Fixes: b93ddc4f9156205e ("mips: Reserve memory for the kernel image > resources") > Signed-off-by: Geert Uytterhoeven <[email protected]>
Thank you for fixing this. It looks OK for me. Reviewed-by: Atsushi Nemoto <[email protected]> --- Atsushi Nemoto

