diff options
| author | Anshuman Khandual <[email protected]> | 2022-11-16 08:43:02 +0000 |
|---|---|---|
| committer | Will Deacon <[email protected]> | 2022-11-18 14:13:35 +0000 |
| commit | d3d10f0d370c6c83e88cd79e450e70c31c6ae50c (patch) | |
| tree | 07a434283074a50d93148e470fbe51a4ef8010e9 | |
| parent | arm64/mm: Drop redundant BUG_ON(!pgtable_alloc) (diff) | |
| download | kernel-d3d10f0d370c6c83e88cd79e450e70c31c6ae50c.tar.gz kernel-d3d10f0d370c6c83e88cd79e450e70c31c6ae50c.zip | |
arm64/mm: Drop idmap_pg_end[] declaration
idmap_pg_end[] is not used anywhere, hence just drop its declaration.
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
| -rw-r--r-- | arch/arm64/include/asm/pgtable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index 71a1af42f0e8..3efedacc014f 100644 --- a/arch/arm64/include/asm/pgtable.h +++ b/arch/arm64/include/asm/pgtable.h @@ -609,7 +609,6 @@ extern pgd_t init_pg_dir[PTRS_PER_PGD]; extern pgd_t init_pg_end[]; extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; extern pgd_t idmap_pg_dir[PTRS_PER_PGD]; -extern pgd_t idmap_pg_end[]; extern pgd_t tramp_pg_dir[PTRS_PER_PGD]; extern pgd_t reserved_pg_dir[PTRS_PER_PGD]; |
