[PATCH] arm64/mm: Drop idmap_pg_end[] declaration

Anshuman Khandual posted 1 patch 3 years, 4 months ago
arch/arm64/include/asm/pgtable.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64/mm: Drop idmap_pg_end[] declaration
Posted by Anshuman Khandual 3 years, 4 months ago
idmap_pg_end[] is not used anywhere, hence just drop its declaration.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
---
This applies on v6.1-rc5

 arch/arm64/include/asm/pgtable.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h
index fe76e5823d91..d80622ed5b75 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];
 
-- 
2.25.1
Re: [PATCH] arm64/mm: Drop idmap_pg_end[] declaration
Posted by Will Deacon 3 years, 4 months ago
On Wed, 16 Nov 2022 14:13:02 +0530, Anshuman Khandual wrote:
> idmap_pg_end[] is not used anywhere, hence just drop its declaration.
> 
> 

Applied to arm64 (for-next/trivial), thanks!

[1/1] arm64/mm: Drop idmap_pg_end[] declaration
      https://git.kernel.org/arm64/c/d3d10f0d370c

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev