arm: mm: Don't free prohibited memmap entries
authorMichael Bohan <mbohan@codeaurora.org>
Mon, 14 Jun 2010 20:06:56 +0000 (13:06 -0700)
committerDaniel Walker <dwalker@codeaurora.org>
Tue, 15 Jun 2010 20:19:55 +0000 (13:19 -0700)
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>

No differences found