]> 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)
commit7eea1415e8f030bf67f54ab2dc1b726023702d3b
tree07dd3ad8a5a54e77a7c2d87fd7f58955fc36c1ca
parenta98b4a06e863224ddcc618faca824b57d464063b
arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype

Commit 530e5db2c581 ("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: 530e5db2c581 ("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