Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132076
b: refs/heads/master
c: e84dcaa
h: refs/heads/master
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Mar 2, 2009
1 parent f1caa48 commit 69ca88d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 34d464f8aa3e762ec812a131bfd53ccb4f886f69
refs/heads/master: e84dcaa18b2785d8ab20a7cb25612d89feb89fa7
4 changes: 4 additions & 0 deletions trunk/arch/blackfin/kernel/cplb-nompu/cplbinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ void __init generate_cplb_tables_cpu(unsigned int cpu)

i_d = i_i = 0;

#ifdef CONFIG_DEBUG_HUNT_FOR_ZERO
/* Set up the zero page. */
d_tbl[i_d].addr = 0;
d_tbl[i_d++].data = SDRAM_OOPS | PAGE_SIZE_1KB;
i_tbl[i_i].addr = 0;
i_tbl[i_i++].data = SDRAM_OOPS | PAGE_SIZE_1KB;
#endif

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

0 comments on commit 69ca88d

Please sign in to comment.