Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9230
b: refs/heads/master
c: 57487f4
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Sep 23, 2005
1 parent cff2f3f commit 8fe7122
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: 4c87b74c72d42f7272aa4bf8f17c73bb53774eee
refs/heads/master: 57487f4376e16558ccbe45a5b41d8cb5192309a4
2 changes: 1 addition & 1 deletion trunk/kernel/power/swsusp.c
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ static int swsusp_alloc(void)

pagedir_nosave = NULL;
nr_copy_pages = calc_nr(nr_copy_pages);
nr_copy_pages_check = nr_copy_pages;

pr_debug("suspend: (pages needed: %d + %d free: %d)\n",
nr_copy_pages, PAGES_FOR_IO, nr_free_pages());
Expand All @@ -940,7 +941,6 @@ static int swsusp_alloc(void)
return error;
}

nr_copy_pages_check = nr_copy_pages;
return 0;
}

Expand Down

0 comments on commit 8fe7122

Please sign in to comment.