arch/s390/include/asm/nospec-insn.h
0 → 100644
+125
−0
+24
−81
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
[ Upstream commit 6dd85fbb87d1d6b87a3b1f02ca28d7b2abd2e7ba ]
To be able to use the expoline branches in different assembler
files move the associated macros from entry.S to a new header
nospec-insn.h.
While we are at it make the macros a bit nicer to use.
Cc: stable@vger.kernel.org # 4.16
Fixes: f19fbd5ed6 ("s390: introduce execute-trampolines for branches")
Signed-off-by:
Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>