Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63081
b: refs/heads/master
c: f1b927d
h: refs/heads/master
i:
  63079: 76f3e33
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Jul 24, 2007
1 parent 57f9c75 commit c9dbeb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 64c5cb8608a8b393bfc80214e4593738b60638c5
refs/heads/master: f1b927dc851a2eb1e13a8d21aca18036f6cb8629
3 changes: 3 additions & 0 deletions trunk/arch/blackfin/mach-common/cacheinit.S
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ ENDPROC(_bfin_write_IMEM_CONTROL)

#if defined(CONFIG_BLKFIN_DCACHE)
ENTRY(_bfin_write_DMEM_CONTROL)
P0.l = (DMEM_CONTROL & 0xFFFF);
P0.h = (DMEM_CONTROL >> 16);

CLI R1;
SSYNC; /* SSYNC required before writing to DMEM_CONTROL. */
.align 8;
Expand Down

0 comments on commit c9dbeb4

Please sign in to comment.