Skip to content

Commit

Permalink
Hibernate: Take overlapping zones into account (rev. 2)
Browse files Browse the repository at this point in the history
It has been requested to make hibernation work with memory
hotplugging enabled and for this purpose the hibernation code has to
be reworked to take the possible overlapping of zones into account.
Thus, rework the hibernation memory bitmaps code to prevent
duplication of PFNs from occuring and add checks to make sure that
one page frame will not be marked as saveable many times.

Additionally, use list.h lists instead of open-coded lists to
implement the memory bitmaps.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Rafael J. Wysocki authored and Len Brown committed Dec 19, 2008
1 parent 6964327 commit 846705d
Showing 1 changed file with 166 additions and 159 deletions.
Loading

0 comments on commit 846705d

Please sign in to comment.