]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Correctly report LR and SP for compat tasks
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 17 Sep 2013 17:49:46 +0000 (18:49 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 20 Sep 2013 08:56:07 +0000 (09:56 +0100)
commitd6ce1d9d4a7bcd29d0858ccf361d491b1e868b94
tree97af383bd8bdd78583f958ced19052fb0a27f3a1
parentf634d6c87c05bee2a69d0a5f1a42204a5e4b5d7d
arm64: Correctly report LR and SP for compat tasks

When a task crashes and we print debugging information, ensure that
compat tasks show the actual AArch32 LR and SP registers rather than the
AArch64 ones.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/process.c