[ARM] initrd: claim initrd memory exclusively
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 30 Jul 2008 20:24:56 +0000 (21:24 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 30 Jul 2008 20:24:56 +0000 (21:24 +0100)
Claim the initrd memory exclusively, and order other memory
reservations beforehand.  This allows us to determine whether
the initrd memory was overwritten, and disable the initrd in
that case.

This avoids a 'bad page state' bug.

Tested-by: Ralph Siemsen <ralphs@netwinder.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found