Re: [PATCH 1/2] arm64/mm: Remove CONT_RANGE_OFFSET

2020-09-09 Thread Anshuman Khandual
On 09/08/2020 12:49 PM, Gavin Shan wrote: > The macro was introduced by commit ("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 make

[PATCH 1/2] arm64/mm: Remove CONT_RANGE_OFFSET

2020-09-08 Thread Gavin Shan
The macro was introduced by commit ("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 (C