Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57810
b: refs/heads/master
c: 43a3188
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jun 14, 2007
1 parent 09faf1d commit 88f7fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 581d62ab304fb43d2ae4de06527676661b171cf6
refs/heads/master: 43a3188ea348c41a197a754164ff96cc48124d85
5 changes: 3 additions & 2 deletions trunk/arch/blackfin/mm/blackfin_sram.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ void __init l1_data_sram_init(void)
#endif
#if L1_DATA_B_LENGTH != 0
memset(&l1_data_B_sram, 0x00, sizeof(l1_data_B_sram));
l1_data_B_sram[0].paddr = (void*)L1_DATA_B_START;
l1_data_B_sram[0].size = L1_DATA_B_LENGTH;
l1_data_B_sram[0].paddr = (void *)L1_DATA_B_START +
(_ebss_b_l1 - _sdata_b_l1);
l1_data_B_sram[0].size = L1_DATA_B_LENGTH - (_ebss_b_l1 - _sdata_b_l1);
l1_data_B_sram[0].flag = SRAM_SLT_FREE;

printk(KERN_INFO "Blackfin Data B SRAM: %d KB (%d KB free)\n",
Expand Down

0 comments on commit 88f7fd6

Please sign in to comment.