mbox series

[0/4] arm64: mm: a few small cleanups

Message ID 20210518101405.1048860-1-aisheng.dong@nxp.com (mailing list archive)
Headers show
Series arm64: mm: a few small cleanups | expand

Message

Dong Aisheng May 18, 2021, 10:14 a.m. UTC
No function change

Dong Aisheng (4):
  arm64: mm: remove unneeded SWAPPER_INIT_MAP_SIZE
  arm64: mm: fix the count comments in compute_indices
  arm64: mm: drop unused __pa(__idmap_text_start)
  arm64: head: fix code comments in set_cpu_boot_mode_flag

 arch/arm64/include/asm/kernel-pgtable.h | 3 ---
 arch/arm64/kernel/head.S                | 5 ++---
 2 files changed, 2 insertions(+), 6 deletions(-)

Comments

Will Deacon June 15, 2021, 7:18 p.m. UTC | #1
On Tue, 18 May 2021 18:14:01 +0800, Dong Aisheng wrote:
> No function change
> 
> Dong Aisheng (4):
>   arm64: mm: remove unneeded SWAPPER_INIT_MAP_SIZE
>   arm64: mm: fix the count comments in compute_indices
>   arm64: mm: drop unused __pa(__idmap_text_start)
>   arm64: head: fix code comments in set_cpu_boot_mode_flag
> 
> [...]

Applied to arm64 (for-next/mm), thanks!

[1/4] arm64: mm: remove unneeded SWAPPER_INIT_MAP_SIZE
      https://git.kernel.org/arm64/c/0f473ac746a9
[2/4] arm64: mm: fix the count comments in compute_indices
      https://git.kernel.org/arm64/c/c70fe14f83ae
[3/4] arm64: mm: drop unused __pa(__idmap_text_start)
      https://git.kernel.org/arm64/c/f91671b5418b
[4/4] arm64: head: fix code comments in set_cpu_boot_mode_flag
      https://git.kernel.org/arm64/c/7957a3db01bf

Cheers,