Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63853
b: refs/heads/master
c: c5a69ad
h: refs/heads/master
i:
  63851: fe81fd0
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Linus Torvalds committed Aug 11, 2007
1 parent 00cba97 commit 12d43ca
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a75de1b3799f8933d6d2b64bdf31194368ec98ab
refs/heads/master: c5a69adff920ddf138c3ea9886574b195d9e3d52
3 changes: 2 additions & 1 deletion trunk/kernel/power/snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,8 @@ static void mark_nosave_pages(struct memory_bitmap *bm)
region->end_pfn << PAGE_SHIFT);

for (pfn = region->start_pfn; pfn < region->end_pfn; pfn++)
memory_bm_set_bit(bm, pfn);
if (pfn_valid(pfn))
memory_bm_set_bit(bm, pfn);
}
}

Expand Down

0 comments on commit 12d43ca

Please sign in to comment.