]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: efi: add missing frame pointer assignment
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 3 Mar 2016 16:31:32 +0000 (17:31 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 4 Mar 2016 18:12:23 +0000 (18:12 +0000)
commita2494ad4ccdebf45cd9f2e60ad535a78244fb168
tree2f5fa99d21362a097f19aa402d5a69bf4e0a5d42
parentcfbe0b8a0a366e2db6152f5c952dcc80e664b0d1
arm64: efi: add missing frame pointer assignment

The prologue of the EFI entry point pushes x29 and x30 onto the stack but
fails to create the stack frame correctly by omitting the assignment of x29
to the new value of the stack pointer. So fix that.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/efi-entry.S