ia64: fix an addr to taddr in huge_pte_offset()
authorHugh Dickins <hughd@google.com>
Mon, 17 Apr 2023 05:17:05 +0000 (22:17 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 21 Apr 2023 21:54:34 +0000 (14:54 -0700)
commit3647ebcfbfca384840231fe13fae665453238a61
tree5416e358a88e0da823b4dada99520ccf87c6ae85
parenta04bb4c24a4846232a81047784d5eff2848e45bd
ia64: fix an addr to taddr in huge_pte_offset()

I know nothing of ia64 htlbpage_to_page(), but guess that the p4d
line should be using taddr rather than addr, like everywhere else.

Link: https://lkml.kernel.org/r/732eae88-3beb-246-2c72-281de786740@google.com
Fixes: c03ab9e32a2c ("ia64: add support for folded p4d page tables")
Signed-off-by: Hugh Dickins <hughd@google.com
Acked-by: Mike Kravetz <mike.kravetz@oracle.com>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/ia64/mm/hugetlbpage.c