]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PM / Hibernate: Create a Radix-Tree to store memory bitmap
authorJoerg Roedel <jroedel@suse.de>
Mon, 21 Jul 2014 10:26:57 +0000 (12:26 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 28 Jul 2014 23:47:43 +0000 (01:47 +0200)
commitf469f02dc6fa67f6c6a7d91400d08b9339147aed
tree9b8cfa282dd89323c9b7e63f33da3792751c0a41
parent58c256a3a37ea7ff9456978659b927678be6df85
PM / Hibernate: Create a Radix-Tree to store memory bitmap

This patch adds the code to allocate and build the radix
tree to store the memory bitmap. The old data structure is
left in place until the radix tree implementation is
finished.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/snapshot.c