From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugh Dickins Date: Mon, 17 Apr 2023 05:17:05 +0000 Subject: [PATCH] ia64: fix an addr to taddr in huge_pte_offset() Message-Id: <732eae88-3beb-246-2c72-281de786740@google.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: Mike Rapoport , Mike Kravetz , Ard Biesheuvel , linux-ia64@vger.kernel.org, linux-mm@kvack.org I know nothing of ia64 htlbpage_to_page(), but guess that the p4d line should be using taddr rather than addr, like everywhere else. Fixes: c03ab9e32a2c ("ia64: add support for folded p4d page tables") Signed-off-by: Hugh Dickins