Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109315
b: refs/heads/master
c: 225f7e1
h: refs/heads/master
i:
  109313: ad1f5a5
  109311: ab708d2
v: v3
  • Loading branch information
Sonic Zhang authored and Bryan Wu committed Aug 25, 2008
1 parent 8ad433b commit 7c8d236
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d70536ec3ad68474f5b093bcbcc8c5b6ba50831b
refs/heads/master: 225f7e1eb56ad054c328ae1b11601ea4de7488ba
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mm/blackfin_sram.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static int _sram_free(const void *addr,
plast->size += pavail->size;
kmem_cache_free(sram_piece_cache, pavail);
} else {
pavail->next = plast;
pavail->next = plast->next;
plast->next = pavail;
plast = pavail;
}
Expand Down

0 comments on commit 7c8d236

Please sign in to comment.