ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layout
authorWill Deacon <will.deacon@arm.com>
Thu, 31 Jan 2013 18:19:30 +0000 (19:19 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 16 Feb 2013 17:54:17 +0000 (17:54 +0000)
Parts of the virtual memory layout (mainly the modules area) are
described using open-coded immediate values.

Use the SZ_ definitions from linux/sizes.h instead to make the code
clearer.

Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found