diff options
Diffstat (limited to 'arch/x86/include/asm/processor.h')
-rw-r--r-- | arch/x86/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 44adadab44d6..7513c996f673 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h | |||
@@ -589,7 +589,6 @@ static __always_inline void cpu_relax(void) | |||
589 | } | 589 | } |
590 | 590 | ||
591 | #define cpu_relax_yield() cpu_relax() | 591 | #define cpu_relax_yield() cpu_relax() |
592 | #define cpu_relax_lowlatency() cpu_relax() | ||
593 | 592 | ||
594 | /* Stop speculative execution and prefetching of modified code. */ | 593 | /* Stop speculative execution and prefetching of modified code. */ |
595 | static inline void sync_core(void) | 594 | static inline void sync_core(void) |