]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ARM: Remove explicit page-alignments in memory init
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 22 Jun 2005 20:47:25 +0000 (21:47 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 22 Jun 2005 20:47:25 +0000 (21:47 +0100)
commite84d210e301fe95dc7cc11c300575c7cf09a3639
tree142314e2863863a1cbe1ea950ac688fc1aaeef6c
parentd1543b8a9587bd7bf478c561601f424c28070644
[PATCH] ARM: Remove explicit page-alignments in memory init

Since meminfo.bank[] array contains page-aligned start/size, we
no longer need to explicitly round up/down the addresses when
converting to PFNs.

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