diff options
Diffstat (limited to 'arch/blackfin/mach-common/lock.S')
-rw-r--r-- | arch/blackfin/mach-common/lock.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-common/lock.S b/arch/blackfin/mach-common/lock.S index 9daf01201e9f..6c5f5f0ea7fe 100644 --- a/arch/blackfin/mach-common/lock.S +++ b/arch/blackfin/mach-common/lock.S | |||
@@ -160,7 +160,7 @@ ENDPROC(_cache_grab_lock) | |||
160 | * R0 - Which way to be locked | 160 | * R0 - Which way to be locked |
161 | */ | 161 | */ |
162 | 162 | ||
163 | ENTRY(_cache_lock) | 163 | ENTRY(_bfin_cache_lock) |
164 | 164 | ||
165 | [--SP]=( R7:0,P5:0 ); | 165 | [--SP]=( R7:0,P5:0 ); |
166 | 166 | ||
@@ -184,7 +184,7 @@ ENTRY(_cache_lock) | |||
184 | 184 | ||
185 | ( R7:0,P5:0 ) = [SP++]; | 185 | ( R7:0,P5:0 ) = [SP++]; |
186 | RTS; | 186 | RTS; |
187 | ENDPROC(_cache_lock) | 187 | ENDPROC(_bfin_cache_lock) |
188 | 188 | ||
189 | /* Invalidate the Entire Instruction cache by | 189 | /* Invalidate the Entire Instruction cache by |
190 | * disabling IMC bit | 190 | * disabling IMC bit |