[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)
commit92a8cbed29eb9bf6e8eec16ca29d54015bc0e8a2
tree142314e2863863a1cbe1ea950ac688fc1aaeef6c
parent3a66941106855215127f8bf1afd06099b72dc75b
[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