Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20347
b: refs/heads/master
c: c8adb49
h: refs/heads/master
i:
  20345: b36105e
  20343: ca16d49
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 15, 2006
1 parent e120604 commit 0e1616f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: d1db4ec86c7b1bf5b44d2ed3bf84a4bb53c33b1c
refs/heads/master: c8adb494a6df6b2be8e50a8dafd5bab231df3505
4 changes: 1 addition & 3 deletions trunk/kernel/power/snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ static int save_highmem_zone(struct zone *zone)
* corrected eventually when the cases giving rise to this
* are better understood.
*/
if (PageReserved(page)) {
printk("highmem reserved page?!\n");
if (PageReserved(page))
continue;
}
BUG_ON(PageNosave(page));
if (PageNosaveFree(page))
continue;
Expand Down

0 comments on commit 0e1616f

Please sign in to comment.