]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
s390/clean-up: use CFI_* macros in entry.S
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Mon, 19 Feb 2018 10:27:09 +0000 (11:27 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 22 Feb 2018 09:09:20 +0000 (10:09 +0100)
commitdc24b7b49a53c7ee5502c877b133558acec0b3f8
tree442d9fefa22721708e2ab75230840bf684598a46
parent2cb370d615e9fbed9e95ed222c2c8f337181aa90
s390/clean-up: use CFI_* macros in entry.S

Commit f19fbd5ed642 ("s390: introduce execute-trampolines for
branches") introduces .cfi_* assembler directives.  Instead of
using the directives directly, use the macros from asm/dwarf.h.
This also ensures that the dwarf debug information are created
in the .debug_frame section.

Fixes: f19fbd5ed642 ("s390: introduce execute-trampolines for branches")
Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/entry.S