Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308855
b: refs/heads/master
c: 6dccdcb
h: refs/heads/master
i:
  308853: 699b7f4
  308851: 5fe8c88
  308847: 822ab45
v: v3
  • Loading branch information
Gavin Shan authored and Linus Torvalds committed May 29, 2012
1 parent 247b470 commit 6f741ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 955c1cd7401565671b064e499115344ec8067dfd
refs/heads/master: 6dccdcbe2c3ebe152847ac8507e7bded4e3f4546
1 change: 1 addition & 0 deletions trunk/mm/bootmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ static unsigned long __init free_all_bootmem_core(bootmem_data_t *bdata)
} else {
unsigned long off = 0;

vec >>= start & (BITS_PER_LONG - 1);
while (vec && off < BITS_PER_LONG) {
if (vec & 1) {
page = pfn_to_page(start + off);
Expand Down

0 comments on commit 6f741ea

Please sign in to comment.