[ARM] Re-jig bootmem initialisation
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Fri, 28 Oct 2005 13:48:37 +0000 (14:48 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 28 Oct 2005 13:48:37 +0000 (14:48 +0100)
commit90072059d2963dec237ae0cf49831ef77ddb5739
tree5ec0cc3e9759599957ea98eb9f5c372ffabca00f
parentf339ab3d6c59f8f898c165384aa2b6a0ae5d4c1c
[ARM] Re-jig bootmem initialisation

Make ARM independent of the way bootmem operates internally.  We
now map each node as we initialise it, and place the bootmem bitmap
inside each node, rather than all in the first node.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/init.c
arch/arm/mm/mm-armv.c