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)
commit5d1c20bce5bc1a7a94bca1324451532c28c89e36
tree8729b35f5c4f1d23834dc88baf1c8b5bf3783122
parente3e92a7be6936dff1de80e66b0b683d54e9e02d8
ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layout

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>
arch/arm/include/asm/memory.h