Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261843
b: refs/heads/master
c: cb4f998
h: refs/heads/master
i:
  261841: 9ad13cb
  261839: a1d6fd5
v: v3
  • Loading branch information
Geert Uytterhoeven committed Jul 30, 2011
1 parent 49801e7 commit d8ad55c
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: cab49bc95d848a85d7108f896f6d21283f25f54c
refs/heads/master: cb4f9988f86746fff3183d31381deb2b2a421a3a
2 changes: 1 addition & 1 deletion trunk/arch/m68k/amiga/chipram.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void amiga_chip_free(void *ptr)
if (res->start != start)
continue;
*p = res->sibling;
size = res->end-start;
size = resource_size(res);
pr_debug("amiga_chip_free: free %lu bytes at %p\n", size, ptr);
atomic_add(size, &chipavail);
kfree(res);
Expand Down

0 comments on commit d8ad55c

Please sign in to comment.