diff options
Diffstat (limited to 'arch/powerpc/include/asm/processor.h')
-rw-r--r-- | arch/powerpc/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 908fa7cb3fb3..5684e6872473 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h | |||
@@ -405,7 +405,6 @@ static inline unsigned long __pack_fe01(unsigned int fpmode) | |||
405 | #endif | 405 | #endif |
406 | 406 | ||
407 | #define cpu_relax_yield() cpu_relax() | 407 | #define cpu_relax_yield() cpu_relax() |
408 | #define cpu_relax_lowlatency() cpu_relax() | ||
409 | 408 | ||
410 | /* Check that a certain kernel stack pointer is valid in task_struct p */ | 409 | /* Check that a certain kernel stack pointer is valid in task_struct p */ |
411 | int validate_sp(unsigned long sp, struct task_struct *p, | 410 | int validate_sp(unsigned long sp, struct task_struct *p, |