arm64: mmu: drop paging_init comments
authorPeng Fan <peng.fan@nxp.com>
Wed, 13 Feb 2019 12:10:09 +0000 (12:10 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 1 Mar 2019 16:40:07 +0000 (16:40 +0000)
The comments could not reflect the code, and it is easy to get
what this function does from a straight-line reading of the code.
So let's drop the comments

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/mmu.c

index d6b6f1b169bb89e2b67c2b24e13b741a92f72a66..402b6495ff5815644e60d65679acd40a17ee8fbe 100644 (file)
@@ -654,10 +654,6 @@ static void __init map_kernel(pgd_t *pgdp)
        kasan_copy_shadow(pgdp);
 }
 
-/*
- * paging_init() sets up the page tables, initialises the zone memory
- * maps and sets up the zero page.
- */
 void __init paging_init(void)
 {
        pgd_t *pgdp = pgd_set_fixmap(__pa_symbol(swapper_pg_dir));