diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2014-07-15 15:46:02 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-07-17 16:02:42 +0100 |
commit | b2f8c07bcb7d1a3575f41444d2d8048d0c922762 (patch) | |
tree | 00c6374bdaa163a7e89ab16238917967ca5fb40d /arch/arm64/include/asm/pgtable.h | |
parent | ac7b406c1a9d50ddbf5e5cbce8ca4d68d36ac2db (diff) | |
download | talos-op-linux-b2f8c07bcb7d1a3575f41444d2d8048d0c922762.tar.gz talos-op-linux-b2f8c07bcb7d1a3575f41444d2d8048d0c922762.zip |
arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions
Just keep the asm/page.h definition as this is included in vmlinux.lds.S
as well.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/pgtable.h')
-rw-r--r-- | arch/arm64/include/asm/pgtable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index e0ccceb317d9..d7455fa83bc7 100644 --- a/arch/arm64/include/asm/pgtable.h +++ b/arch/arm64/include/asm/pgtable.h @@ -383,9 +383,6 @@ static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; extern pgd_t idmap_pg_dir[PTRS_PER_PGD]; -#define SWAPPER_DIR_SIZE (3 * PAGE_SIZE) -#define IDMAP_DIR_SIZE (2 * PAGE_SIZE) - /* * Encode and decode a swap entry: * bits 0-1: present (must be zero) |