commit | 3260e5293727f16ffdce9a6a6203fd9a6b149e58 | [log] [tgz] |
---|---|---|
author | Michael Bohan <mbohan@codeaurora.org> | Mon Jun 14 13:06:56 2010 -0700 |
committer | Daniel Walker <dwalker@codeaurora.org> | Tue Jun 15 13:19:55 2010 -0700 |
tree | 5be7569566f262f3c953e8ac9bbec6f656c03354 | |
parent | 923a081c72fa2dccb7ea7070bd8e0f4dc99ceff8 [diff] |
arm: mm: Don't free prohibited memmap entries The VM subsystem assumes that there are valid memmap entries to the bank end aligned to MAX_ORDER_NR_PAGES. It will try and read these page structs, and so we cannot free any memmap entries that it may inspect. Signed-off-by: Michael Bohan <mbohan@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>