Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293947
b: refs/heads/master
c: edd8a97
h: refs/heads/master
i:
  293945: a3cbd85
  293943: 5783fab
v: v3
  • Loading branch information
Barry Song authored and Bob Liu committed Mar 21, 2012
1 parent 3707c94 commit dfa5a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: f7899f7c1fff3c68f0c896e38714d489845cef57
refs/heads/master: edd8a97e6e89ee2edc86e21db6253a73741f3c72
5 changes: 4 additions & 1 deletion trunk/arch/blackfin/include/asm/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ extern void *l1sram_alloc_max(void*);
static inline void free_l1stack(void)
{
nr_l1stack_tasks--;
if (nr_l1stack_tasks == 0)
if (nr_l1stack_tasks == 0) {
l1sram_free(l1_stack_base);
l1_stack_base = NULL;
l1_stack_len = 0;
}
}

static inline unsigned long
Expand Down

0 comments on commit dfa5a47

Please sign in to comment.