diff options
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r-- | arch/s390/include/asm/processor.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index b0fcbc37b637..14883b1562e0 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h | |||
@@ -36,6 +36,7 @@ | |||
36 | 36 | ||
37 | #ifndef __ASSEMBLY__ | 37 | #ifndef __ASSEMBLY__ |
38 | 38 | ||
39 | #include <linux/cpumask.h> | ||
39 | #include <linux/linkage.h> | 40 | #include <linux/linkage.h> |
40 | #include <linux/irqflags.h> | 41 | #include <linux/irqflags.h> |
41 | #include <asm/cpu.h> | 42 | #include <asm/cpu.h> |
@@ -221,12 +222,6 @@ static __no_kasan_or_inline unsigned short stap(void) | |||
221 | return cpu_address; | 222 | return cpu_address; |
222 | } | 223 | } |
223 | 224 | ||
224 | /* | ||
225 | * Give up the time slice of the virtual PU. | ||
226 | */ | ||
227 | #define cpu_relax_yield cpu_relax_yield | ||
228 | void cpu_relax_yield(void); | ||
229 | |||
230 | #define cpu_relax() barrier() | 225 | #define cpu_relax() barrier() |
231 | 226 | ||
232 | #define ECAG_CACHE_ATTRIBUTE 0 | 227 | #define ECAG_CACHE_ATTRIBUTE 0 |