commit | a64fc82c4f1598db024de7b3d79e7213379769ff | [log] [tgz] |
---|---|---|
author | Wonhong Kwon <wonhongkwon@gmail.com> | Tue Feb 03 17:22:00 2015 +0900 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Feb 03 22:53:53 2015 +0100 |
tree | 80eb900e1737770f4245e181fe8bcd5164a4f075 | |
parent | c9257f78b4f785d200737d60453fff51b57a2356 [diff] |
PM / hibernate: exclude freed pages from allocated pages printout hibernate_preallocate_memory() prints out that how many pages are allocated, but it doesn't take into consideration the pages freed by free_unnecessary_pages(). Therefore, it always shows the count more than actually allocated. Signed-off-by: Wonhong Kwon <wonhong.kwon@lge.com> [ rjw: Subject ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>