Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92299
b: refs/heads/master
c: d56daae
h: refs/heads/master
i:
  92297: bbc72c0
  92295: 1914c7d
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Apr 23, 2008
1 parent 985e113 commit b8c668a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 697a9d65aa799940da1c9145944c6b9bd0f442c5
refs/heads/master: d56daae9bec92ae4b0c115db787a0fcc4c17b381
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/cplb-mpu/cplbmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ void flush_switched_cplbs(void)
enable_icplb();

disable_dcplb();
for (i = first_mask_dcplb; i < MAX_CPLBS; i++) {
for (i = first_switched_dcplb; i < MAX_CPLBS; i++) {
dcplb_tbl[i].data = 0;
bfin_write32(DCPLB_DATA0 + i * 4, 0);
}
Expand Down

0 comments on commit b8c668a

Please sign in to comment.