[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)
commit3319f5e51a20f3e3c59ed7dac9fc2d5c89aa2d9f
tree36669425f9ef0ac52fb40859381f8fc3a84f3340
parent4ba3f7c55938d7e51e23c1feedd035dd46716ae7
[ARM] 5274/1: simplify request_standard_resources()

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>
arch/arm/kernel/setup.c