Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127027
b: refs/heads/master
c: 0b82e27
h: refs/heads/master
i:
  127025: 1258371
  127023: 27dcb7f
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent 98f2ab2 commit 8ff617f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2e8ca591479e7127c7a6406cfb54962afbd5a68e
refs/heads/master: 0b82e27444f4c186e931ecc97c9a8dae07128078
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/mm/sram-alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ static void __init l1sram_init(void)

static void __init l1_data_sram_init(void)
{
#if L1_DATA_A_LENGTH != 0 || L1_DATA_B_LENGTH != 0
unsigned int cpu;
#endif
#if L1_DATA_A_LENGTH != 0
for (cpu = 0; cpu < num_possible_cpus(); ++cpu) {
per_cpu(free_l1_data_A_sram_head, cpu).next =
Expand Down

0 comments on commit 8ff617f

Please sign in to comment.