arm64: mmu: drop paging_init comments
authorPeng Fan <[email protected]>
Wed, 13 Feb 2019 12:10:09 +0000 (12:10 +0000)
committerCatalin Marinas <[email protected]>
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 <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
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));