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:
af3813d
)
ARM: pgtable: remove FIRST_USER_PGD_NR
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 21 Nov 2010 11:55:37 +0000
(11:55 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 22 Dec 2010 11:05:34 +0000
(11:05 +0000)
FIRST_USER_PGD_NR is now unnecessary, as this has been replaced by
FIRST_USER_ADDRESS except in the architecture code. Fix up the last
usage of FIRST_USER_PGD_NR, and remove the definition.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found