Skip to content

Commit d3d10f0

Browse files
Anshuman Khandualwilldeacon
authored andcommitted
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]>
1 parent 9ed2b46 commit d3d10f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/include/asm/pgtable.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,6 @@ extern pgd_t init_pg_dir[PTRS_PER_PGD];
609609
extern pgd_t init_pg_end[];
610610
extern pgd_t swapper_pg_dir[PTRS_PER_PGD];
611611
extern pgd_t idmap_pg_dir[PTRS_PER_PGD];
612-
extern pgd_t idmap_pg_end[];
613612
extern pgd_t tramp_pg_dir[PTRS_PER_PGD];
614613
extern pgd_t reserved_pg_dir[PTRS_PER_PGD];
615614

0 commit comments

Comments
 (0)