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)
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