Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / arch / s390 / include / asm / nospec-branch.h
blob7df48e5cf36f71252ec4e3f9fd51565b71bea345
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_S390_EXPOLINE_H
3 #define _ASM_S390_EXPOLINE_H
5 #ifndef __ASSEMBLY__
7 #include <linux/types.h>
9 extern int nospec_call_disable;
10 extern int nospec_return_disable;
12 void nospec_init_branches(void);
13 void nospec_call_revert(s32 *start, s32 *end);
14 void nospec_return_revert(s32 *start, s32 *end);
16 #endif /* __ASSEMBLY__ */
18 #endif /* _ASM_S390_EXPOLINE_H */