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

From: Vineet Gupta
Date: Mon Apr 18 2022 - 15:25:08 EST




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@xxxxxxxxx>

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

Applied !

Thx,
-Vineet