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)
commit6ca68e802612c87c31aa83d50c37ed0d88774a46
tree97af383bd8bdd78583f958ced19052fb0a27f3a1
parent374ed9d18e658704235b84a60589888ca52ab0fe
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