diff options
Diffstat (limited to 'arch/avr32/include/asm/processor.h')
-rw-r--r-- | arch/avr32/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/avr32/include/asm/processor.h b/arch/avr32/include/asm/processor.h index e412e8b68a7d..ee62365ad0da 100644 --- a/arch/avr32/include/asm/processor.h +++ b/arch/avr32/include/asm/processor.h | |||
@@ -93,7 +93,6 @@ extern struct avr32_cpuinfo boot_cpu_data; | |||
93 | 93 | ||
94 | #define cpu_relax() barrier() | 94 | #define cpu_relax() barrier() |
95 | #define cpu_relax_yield() cpu_relax() | 95 | #define cpu_relax_yield() cpu_relax() |
96 | #define cpu_relax_lowlatency() cpu_relax() | ||
97 | #define cpu_sync_pipeline() asm volatile("sub pc, -2" : : : "memory") | 96 | #define cpu_sync_pipeline() asm volatile("sub pc, -2" : : : "memory") |
98 | 97 | ||
99 | struct cpu_context { | 98 | struct cpu_context { |