We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e7895 commit a0b0987Copy full SHA for a0b0987
arch/s390/Makefile
@@ -166,7 +166,7 @@ vdso_prepare: prepare0
166
167
ifdef CONFIG_EXPOLINE_EXTERN
168
modules_prepare: expoline_prepare
169
-expoline_prepare: prepare0
+expoline_prepare:
170
$(Q)$(MAKE) $(build)=arch/s390/lib/expoline arch/s390/lib/expoline/expoline.o
171
endif
172
arch/s390/include/asm/nospec-insn.h
@@ -2,8 +2,6 @@
2
#ifndef _ASM_S390_NOSPEC_ASM_H
3
#define _ASM_S390_NOSPEC_ASM_H
4
5
-#include <asm/alternative-asm.h>
6
-#include <asm/asm-offsets.h>
7
#include <asm/dwarf.h>
8
9
#ifdef __ASSEMBLY__
0 commit comments