Skip to content
Commit fd6380b7 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype

Commit 0a8ea52c ("arm64: Add HAVE_REGS_AND_STACK_ACCESS_API
feature") inadvertently removed the arch/arm prototype instead of the
arm64 one introduced by the original patch. There should not be any
bisection issues since this function is not called from anywhere else
(it could as well be removed from arch/arm at some point).

Fixes: 0a8ea52c

 ("arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature")
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent b9c220b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment