commit | ccd78a45dcd1d8255edddcf9062e0b0d34d8d27f | [log] [tgz] |
---|---|---|
author | Michael Bohan <mbohan@codeaurora.org> | Tue Jul 26 17:28:08 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:26:53 2011 -0700 |
tree | 767613183c208ce3f3e2308b1665ad18697dc5f1 | |
parent | 5b7afbc1066df49777ae80aad05de46ad1266d45 [diff] |
arm: mm: Exclude additional mem_map entries from free A previous patch addressed the issue of move_freepages_block() trampling on erronously freed mem_map entries for the bank end pfn. We also need to restrict the start pfn in a complementary manner. Also make macro usage consistent by adopting the use of round_down and round_up. Signed-off-by: Michael Bohan <mbohan@codeaurora.org>