]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit25428abe7a76cd9954289665bece75b11076c7c9
tree5ec0cc3e9759599957ea98eb9f5c372ffabca00f
parent1f206a2a8621632e65375f57ab487a5db023e79c
[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