Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115167
b: refs/heads/master
c: a92946b
h: refs/heads/master
i:
  115165: 419cbc2
  115163: 1543a53
  115159: e41c11d
  115151: 89ed690
  115135: 83b9320
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 16, 2008
1 parent 62ed6d6 commit 0f6852e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9bebeff98ea960b13c4de95782c54f8e5e8b70fc
refs/heads/master: a92946bc6abad6494ac95ea1a8b7c224b15fa1f7
5 changes: 2 additions & 3 deletions trunk/arch/blackfin/kernel/cplb-mpu/cplbmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/mm.h>

#include <asm/blackfin.h>
#include <asm/cacheflush.h>
#include <asm/cplbinit.h>
#include <asm/mmu_context.h>

Expand Down Expand Up @@ -144,9 +145,7 @@ static noinline int dcplb_miss(void)

d_data = CPLB_SUPV_WR | CPLB_VALID | CPLB_DIRTY | PAGE_SIZE_4KB;
#ifdef CONFIG_BFIN_DCACHE
if (addr < _ramend - DMA_UNCACHED_REGION ||
(reserved_mem_dcache_on && addr >= _ramend &&
addr < physical_mem_end)) {
if (bfin_addr_dcachable(addr)) {
d_data |= CPLB_L1_CHBL | ANOMALY_05000158_WORKAROUND;
#ifdef CONFIG_BFIN_WT
d_data |= CPLB_L1_AOW | CPLB_WT;
Expand Down

0 comments on commit 0f6852e

Please sign in to comment.