Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181866
b: refs/heads/master
c: a9c9b44
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki committed Feb 26, 2010
1 parent 8ce1555 commit 333ac99
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: f8bb0db8188c7ef9ef08515883dae9f9eb980984
refs/heads/master: a9c9b4429df437982d2fbfab1f4b46b01329e9ed
2 changes: 1 addition & 1 deletion trunk/kernel/power/snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ static void free_unnecessary_pages(void)

memory_bm_position_reset(&copy_bm);

while (to_free_normal > 0 && to_free_highmem > 0) {
while (to_free_normal > 0 || to_free_highmem > 0) {
unsigned long pfn = memory_bm_next_pfn(&copy_bm);
struct page *page = pfn_to_page(pfn);

Expand Down

0 comments on commit 333ac99

Please sign in to comment.