git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e92a7
)
ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layout
author
Will Deacon
<will.deacon@arm.com>
Thu, 31 Jan 2013 18:19:30 +0000
(19:19 +0100)
committer
Russell 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