]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 31 Jan 2011 13:50:39 +0000 (13:50 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 20 Sep 2011 13:17:39 +0000 (14:17 +0100)
commit56ecc72e54b22776cb0898283853c9ba54163739
tree4b94ee6467fb50c92047addf0d23c75fb11072bf
parentd800ddbdc1a5bf9bc6e1e384a89561e1af8853ec
ARM: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*

PGDIR_SHIFT and PMD_SHIFT for the classic 2-level page table format have
the same value (21). This patch converts the PGDIR_* uses in the kernel
to the PMD_* equivalent so that LPAE builds can reuse the same code.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/kernel/head.S
arch/arm/kernel/module.c
arch/arm/mm/dma-mapping.c
arch/arm/mm/mmu.c