diff options
Diffstat (limited to 'arch/sh/include/asm/processor.h')
-rw-r--r-- | arch/sh/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h index 099a99105e1c..9454ff1ad0d9 100644 --- a/arch/sh/include/asm/processor.h +++ b/arch/sh/include/asm/processor.h | |||
@@ -98,7 +98,6 @@ extern struct sh_cpuinfo cpu_data[]; | |||
98 | #define cpu_sleep() __asm__ __volatile__ ("sleep" : : : "memory") | 98 | #define cpu_sleep() __asm__ __volatile__ ("sleep" : : : "memory") |
99 | #define cpu_relax() barrier() | 99 | #define cpu_relax() barrier() |
100 | #define cpu_relax_yield() cpu_relax() | 100 | #define cpu_relax_yield() cpu_relax() |
101 | #define cpu_relax_lowlatency() cpu_relax() | ||
102 | 101 | ||
103 | void default_idle(void); | 102 | void default_idle(void); |
104 | void stop_this_cpu(void *); | 103 | void stop_this_cpu(void *); |