diff options
author | Anshuman Khandual <[email protected]> | 2021-06-14 15:40:11 +0530 |
---|---|---|
committer | Will Deacon <[email protected]> | 2021-06-15 12:08:11 +0100 |
commit | 0f473ac746a992b3afd994ccd1ac73052ea256f2 (patch) | |
tree | 500ded57751c3094fe8e6459cde9b21572f6b99c | |
parent | e0e3903f83d5e41ab7e7737ebe41ef36f578dc0a (diff) |
arm64/mm: Drop SWAPPER_INIT_MAP_SIZE
The commit cdef5f6e9e0e ("arm64: mm: allocate pagetables anywhere") had
dropped the last reference to SWAPPER_INIT_MAP_SIZE. Hence just clean up.
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Reviewed-by: Gavin Shan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
-rw-r--r-- | arch/arm64/include/asm/kernel-pgtable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/asm/kernel-pgtable.h b/arch/arm64/include/asm/kernel-pgtable.h index d44df9d62fc9..e2f103cce7c1 100644 --- a/arch/arm64/include/asm/kernel-pgtable.h +++ b/arch/arm64/include/asm/kernel-pgtable.h @@ -100,9 +100,6 @@ #define SWAPPER_TABLE_SHIFT PMD_SHIFT #endif -/* The size of the initial kernel direct mapping */ -#define SWAPPER_INIT_MAP_SIZE (_AC(1, UL) << SWAPPER_TABLE_SHIFT) - /* * Initial memory map attributes. */ |