[ARM] 5274/1: simplify request_standard_resources()
authorNicolas Pitre <nico@cam.org>
Thu, 2 Oct 2008 02:29:22 +0000 (03:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 2 Oct 2008 21:46:21 +0000 (22:46 +0100)
There is no point converting memory bank addresses from physical to
virtual just to convert them back to physical addresses.  Furthermore
this isn't "right" for highmem even if in this case the end result is
the correct one.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found