diff options
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
| -rw-r--r-- | arch/parisc/include/asm/processor.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 2e674e13e005..ca40741378be 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h @@ -309,7 +309,6 @@ extern unsigned long get_wchan(struct task_struct *p);  #define KSTK_ESP(tsk)	((tsk)->thread.regs.gr[30])  #define cpu_relax()	barrier() -#define cpu_relax_lowlatency() cpu_relax()  /*   * parisc_requires_coherency() is used to identify the combined VIPT/PIPT  |