Re: [PATCH v3 4/5] arm64/mm: Make swapper_pg_dir smaller

2018-07-06 Thread James Morse
Hi Jun, On 02/07/18 12:16, Jun Yao wrote: > Make swapper_pg_dir smaller so we don't need to memblock_free() it. Patch looks good, but could the commit message explain why its now safe to do this? Thanks, James > diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S >

[PATCH v3 4/5] arm64/mm: Make swapper_pg_dir smaller

2018-07-02 Thread Jun Yao
Make swapper_pg_dir smaller so we don't need to memblock_free() it. Signed-off-by: Jun Yao --- arch/arm64/kernel/vmlinux.lds.S | 2 +- arch/arm64/mm/mmu.c | 8 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/v