diff options
Diffstat (limited to 'arch/x86/um/asm/processor.h')
-rw-r--r-- | arch/x86/um/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/um/asm/processor.h b/arch/x86/um/asm/processor.h index 01597afa8888..b4bd63b22b7f 100644 --- a/arch/x86/um/asm/processor.h +++ b/arch/x86/um/asm/processor.h | |||
@@ -27,7 +27,6 @@ static inline void rep_nop(void) | |||
27 | 27 | ||
28 | #define cpu_relax() rep_nop() | 28 | #define cpu_relax() rep_nop() |
29 | #define cpu_relax_yield() cpu_relax() | 29 | #define cpu_relax_yield() cpu_relax() |
30 | #define cpu_relax_lowlatency() cpu_relax() | ||
31 | 30 | ||
32 | #define task_pt_regs(t) (&(t)->thread.regs) | 31 | #define task_pt_regs(t) (&(t)->thread.regs) |
33 | 32 | ||