linux/arch/arm64/mm
Mark Rutland 883d50a0ed arm64: simplify pgd_alloc
Currently pgd_alloc has a redundant NULL check in its return path that
can be removed with no ill effects. With that removed it's also possible
to return early and eliminate the new_pgd temporary variable.

This patch applies said modifications, making the logic of pgd_alloc
correspond 1-1 with that of pgd_free.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2014-02-05 10:45:07 +00:00
..
cache.S
context.c
copypage.c
dma-mapping.c arm64: Align CMA sizes to PAGE_SIZE 2014-02-05 10:28:27 +00:00
extable.c
fault.c
flush.c
hugetlbpage.c
init.c
ioremap.c
Makefile
mm.h
mmap.c
mmu.c arm64: Invalidate the TLB when replacing pmd entries during boot 2014-02-05 10:30:51 +00:00
pgd.c arm64: simplify pgd_alloc 2014-02-05 10:45:07 +00:00
proc-macros.S
proc.S arm64: mm: fix the function name in comment of cpu_do_switch_mm 2014-01-27 15:50:38 +00:00
tlb.S