All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: mmu: update paging_init comments
@ 2019-02-13  9:37 ` Peng Fan
  0 siblings, 0 replies; 18+ messages in thread
From: Peng Fan @ 2019-02-13  9:37 UTC (permalink / raw)
  To: catalin.marinas, will.deacon, mark.rutland, ard.biesheuvel,
	yaojun8558363, cpandya, robin.murphy
  Cc: linux-arm-kernel, linux-kernel, van.freenix, Peng Fan

The comments has not been changed since the function introduced, but the
function has been changed dramatically, so update the comments to
reflect the code.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/mm/mmu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/mm/mmu.c b/arch/arm64/mm/mmu.c
index d6b6f1b169bb..065202da3ad2 100644
--- a/arch/arm64/mm/mmu.c
+++ b/arch/arm64/mm/mmu.c
@@ -655,8 +655,8 @@ static void __init map_kernel(pgd_t *pgdp)
 }
 
 /*
- * paging_init() sets up the page tables, initialises the zone memory
- * maps and sets up the zero page.
+ * paging_init() sets up the page tables, switch ttbr1 from init_pg_dir
+ * to swapper_pg_dir, free init_pg_dir memblock and permit memblock resizing.
  */
 void __init paging_init(void)
 {
-- 
2.16.4


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-02-13 11:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13  9:37 [PATCH 1/3] arm64: mmu: update paging_init comments Peng Fan
2019-02-13  9:37 ` Peng Fan
2019-02-13  9:37 ` [PATCH 2/3] arm64: mmu: early_pgtable_alloc: remove unnecessary comments Peng Fan
2019-02-13  9:37   ` Peng Fan
2019-02-13 11:21   ` Mark Rutland
2019-02-13 11:21     ` Mark Rutland
2019-02-13 11:50     ` Peng Fan
2019-02-13 11:50       ` Peng Fan
2019-02-13  9:37 ` [PATCH 3/3] arm64: mmu: pgd_pgtable_alloc: drop barrier Peng Fan
2019-02-13  9:37   ` Peng Fan
2019-02-13 11:30   ` Mark Rutland
2019-02-13 11:30     ` Mark Rutland
2019-02-13 11:54     ` Peng Fan
2019-02-13 11:54       ` Peng Fan
2019-02-13 11:18 ` [PATCH 1/3] arm64: mmu: update paging_init comments Mark Rutland
2019-02-13 11:18   ` Mark Rutland
2019-02-13 11:49   ` Peng Fan
2019-02-13 11:49     ` Peng Fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.