Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127050
b: refs/heads/master
c: 9b78442
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent b8eda27 commit f047e41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3765e0cd5fb76d7d62bc2d74be4627279d44005
refs/heads/master: 9b78442fadc1d0319f77437c811fe53398822602
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/include/asm/bfin-global.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size;

#ifdef CONFIG_BFIN_ICACHE_LOCK
extern void cache_grab_lock(int way);
extern void cache_lock(int way);
extern void bfin_cache_lock(int way);
#endif

#endif
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/mach-common/lock.S
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ ENDPROC(_cache_grab_lock)
* R0 - Which way to be locked
*/

ENTRY(_cache_lock)
ENTRY(_bfin_cache_lock)

[--SP]=( R7:0,P5:0 );

Expand All @@ -184,7 +184,7 @@ ENTRY(_cache_lock)

( R7:0,P5:0 ) = [SP++];
RTS;
ENDPROC(_cache_lock)
ENDPROC(_bfin_cache_lock)

/* Invalidate the Entire Instruction cache by
* disabling IMC bit
Expand Down

0 comments on commit f047e41

Please sign in to comment.