Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130927
b: refs/heads/master
c: bf324cb
h: refs/heads/master
i:
  130925: 51161e4
  130923: c8cce01
  130919: b643fb4
  130911: 4def6de
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Feb 4, 2009
1 parent 8ed8112 commit db2365f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 65319628db2c7a630daadfeec4d371aaca788482
refs/heads/master: bf324cb81a2f7da357eba00b6b1ef1cf38c264b8
4 changes: 1 addition & 3 deletions trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ void __init generate_cplb_tables_cpu(unsigned int cpu)
dcplb_tbl[cpu][i_d].addr = 0;
dcplb_tbl[cpu][i_d++].data = SDRAM_OOPS | PAGE_SIZE_1KB;

#if 0
icplb_tbl[cpu][i_i].addr = 0;
icplb_tbl[cpu][i_i++].data = i_cache | CPLB_USER_RD | PAGE_SIZE_4KB;
#endif
icplb_tbl[cpu][i_i++].data = i_cache | CPLB_USER_RD | PAGE_SIZE_1KB;

/* Cover kernel memory with 4M pages. */
addr = 0;
Expand Down

0 comments on commit db2365f

Please sign in to comment.