[PATCH 5/6] PM / Hibernate: Remove the old memory-bitmap implementation

2014-07-21 Thread Joerg Roedel
From: Joerg Roedel The radix tree implementatio is proved to work the same as the old implementation now. So the old implementation can be removed to finish the switch to the radix tree for the memory bitmaps. Signed-off-by: Joerg Roedel --- kernel/power/snapshot.c | 223 +-

[PATCH 5/6] PM / Hibernate: Remove the old memory-bitmap implementation

2014-07-18 Thread Joerg Roedel
From: Joerg Roedel The radix tree implementatio is proved to work the same as the old implementation now. So the old implementation can be removed to finish the switch to the radix tree for the memory bitmaps. Signed-off-by: Joerg Roedel --- kernel/power/snapshot.c | 260 ++