]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - arch/arm/boot/compressed/head.S
ARM: decompressor: split off _edata and stack base into separate object
authorArd Biesheuvel <ardb@kernel.org>
Mon, 13 Apr 2020 16:21:32 +0000 (18:21 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 19 May 2020 16:23:22 +0000 (18:23 +0200)
commit161e04a5bae58a65d2b13642845f250888a845a1
treea7888a90d9e0b39731c2ed87bf07135d431161b4
parent691cbe5ba5f77f3759f3491b971a96f9998dcd9d
ARM: decompressor: split off _edata and stack base into separate object

In preparation of moving the handling of the LC0 object to a later stage
in the decompressor startup code, move out _edata and the initial value
of the stack pointer, which are needed earlier than the remaining
contents of LC0.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Nicolas Pitre <nico@fluxnic.net>
arch/arm/boot/compressed/head.S