diff options
Diffstat (limited to 'arch/arm/include/asm/processor.h')
-rw-r--r-- | arch/arm/include/asm/processor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/processor.h b/arch/arm/include/asm/processor.h index 57fe73ea0f72..5d06f75ffad4 100644 --- a/arch/arm/include/asm/processor.h +++ b/arch/arm/include/asm/processor.h | |||
@@ -135,8 +135,8 @@ static inline void prefetchw(const void *ptr) | |||
135 | __asm__ __volatile__( | 135 | __asm__ __volatile__( |
136 | ".arch_extension mp\n" | 136 | ".arch_extension mp\n" |
137 | __ALT_SMP_ASM( | 137 | __ALT_SMP_ASM( |
138 | WASM(pldw) "\t%a0", | 138 | "pldw\t%a0", |
139 | WASM(pld) "\t%a0" | 139 | "pld\t%a0" |
140 | ) | 140 | ) |
141 | :: "p" (ptr)); | 141 | :: "p" (ptr)); |
142 | } | 142 | } |