]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 27 Jul 2016 07:11:10 +0000 (08:11 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 27 Jul 2016 07:15:42 +0000 (08:15 +0100)
commit7745624615b4a6ebdad2cd6dcb0bb9778388b74c
tree07dd3ad8a5a54e77a7c2d87fd7f58955fc36c1ca
parent494772199b8978a70d54fc97de6ed3e3d0c04502
arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype

Commit 71a6a2d1ac7b ("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: 71a6a2d1ac7b ("arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature")
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/include/asm/ptrace.h
arch/arm64/include/asm/ptrace.h