Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200634
b: refs/heads/master
c: e621ba9
h: refs/heads/master
v: v3
  • Loading branch information
Imre Deak authored and Linus Torvalds committed Jun 29, 2010
1 parent cdb841a commit 4a4b76d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 984bc9601f64fd341b8573021d7c999f1f1499a9
refs/heads/master: e621ba9932aa0a90e47c12c958b3a3104915f3b9
1 change: 0 additions & 1 deletion trunk/lib/genalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ unsigned long gen_pool_alloc(struct gen_pool *pool, size_t size)
chunk = list_entry(_chunk, struct gen_pool_chunk, next_chunk);

end_bit = (chunk->end_addr - chunk->start_addr) >> order;
end_bit -= nbits + 1;

spin_lock_irqsave(&chunk->lock, flags);
start_bit = bitmap_find_next_zero_area(chunk->bits, end_bit, 0,
Expand Down

0 comments on commit 4a4b76d

Please sign in to comment.