aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorChiaHao <andy.jhshiu@gmail.com>2014-06-12 15:32:33 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2014-06-18 12:40:36 +0100
commit3906c2b53cd23c2ae03e6ce41432c8e7f0a3cbbb (patch)
tree00c249f7b65099403d2409f6c58cadc6d451f9b3 /arch
parentLinux 3.16-rc1 (diff)
downloadlinux-dev-3906c2b53cd23c2ae03e6ce41432c8e7f0a3cbbb.tar.xz
linux-dev-3906c2b53cd23c2ae03e6ce41432c8e7f0a3cbbb.zip
arm64: Bug fix in stack alignment exception
The value of ESR has been stored into x1, and should be directly pass to do_sp_pc_abort function, "MOV x1, x25" is an extra operation and do_sp_pc_abort will get the wrong value of ESR. Signed-off-by: ChiaHao <andy.jhshiu@gmail.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Cc: <stable@vger.kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/kernel/entry.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
index bf017f4ffb4f..9ce04ba6bcb0 100644
--- a/arch/arm64/kernel/entry.S
+++ b/arch/arm64/kernel/entry.S
@@ -279,7 +279,6 @@ el1_sp_pc:
*/
mrs x0, far_el1
enable_dbg
- mov x1, x25
mov x2, sp
b do_sp_pc_abort
el1_undef: