]> git.karo-electronics.de Git - mv-sheeva.git/commit
ARM: pgtable: remove FIRST_USER_PGD_NR
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 21 Nov 2010 11:55:37 +0000 (11:55 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 Dec 2010 11:05:34 +0000 (11:05 +0000)
commite926f4495e202500a6265987277fab217e235f08
tree7ca0dc4c6976f1f1aba503a7cc29a13eb7c6b7cb
parentaf3813d6a5bf8d0f71b23d3ce458fa5f9916c6b7
ARM: pgtable: remove FIRST_USER_PGD_NR

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>
arch/arm/include/asm/pgtable.h
arch/arm/mm/pgd.c