arm64/mm: Remove CONT_RANGE_OFFSET
authorGavin Shan <gshan@redhat.com>
Thu, 10 Sep 2020 09:59:34 +0000 (19:59 +1000)
committerWill Deacon <will@kernel.org>
Fri, 11 Sep 2020 15:33:43 +0000 (16:33 +0100)
commit11e339d53a739e4cf885c1e2a843a4004204d271
tree9706e8d01688e0e6d8507d8d961b33f391a8d6b9
parent53fa117bb33c9ebc4c0746b3830e273f5e9b97b7
arm64/mm: Remove CONT_RANGE_OFFSET

The macro was introduced by commit <ecf35a237a85> ("arm64: PTE/PMD
contiguous bit definition") at the beginning. It's only used by
commit <348a65cdcbbf> ("arm64: Mark kernel page ranges contiguous"),
which was reverted later by commit <667c27597ca8>. This makes the
macro unused.

This removes the unused macro (CONT_RANGE_OFFSET).

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20200910095936.20307-1-gshan@redhat.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/pgtable-hwdef.h