Home
last modified time | relevance | path

Searched hist:"40 f87d3114b8a1e730ac8f3dc3cf1efe33124776" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm64/mm/
H A Dmmu.cdiff 40f87d3114b8a1e730ac8f3dc3cf1efe33124776 Wed Jun 29 07:51:30 CDT 2016 Ard Biesheuvel <ard.biesheuvel@linaro.org> arm64: mm: fold init_pgd() into __create_pgd_mapping()

The routine __create_pgd_mapping() does nothing except calling init_pgd(),
which has no other callers. So fold the latter into the former. Also, drop
a comment that has gone stale.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>