Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25198
b: refs/heads/master
c: 5aae277
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 31, 2006
1 parent b89c3da commit 6483844
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e74ca2b49b8a38e9ba0bc039a00498c21140f1d6
refs/heads/master: 5aae277ed67b0271235d3a50908bb48b0e59be26
3 changes: 1 addition & 2 deletions trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ void __vunmap(void *addr, int deallocate_pages)
int i;

for (i = 0; i < area->nr_pages; i++) {
if (unlikely(!area->pages[i]))
BUG();
BUG_ON(!area->pages[i]);
__free_page(area->pages[i]);
}

Expand Down

0 comments on commit 6483844

Please sign in to comment.