[PATCH] arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely

Vineet Gupta vgupta at kernel.org
Mon Apr 18 12:24:58 PDT 2022



On 3/28/22 01:15, Rolf Eike Beer wrote:
> They were in <asm/pgtables.h> and have been removed from there in
> 974b9b2c68f ("mm: consolidate pte_index() and pte_offset_*() definitions")
> in favor of the generic version. But that missed that the same definitons
> also existed in <asm/pgtable-levels.h>, where they were (inadvertently?)
> introduced in fe6cb7b043b6 ("ARC: mm: disintegrate pgtable.h into levels
> and flags").
>
> Fixes: 974b9b2c68f ("mm: consolidate pte_index() and pte_offset_*() definitions")
> Fixes: fe6cb7b043b6 ("ARC: mm: disintegrate pgtable.h into levels and flags")
> Signed-off-by: Rolf Eike Beer<eb at emlix.com>

Indeed I missed the upstream change when doing the rework for paging levels.

Applied !

Thx,
-Vineet



More information about the linux-snps-arc mailing list