[PATCH] freepgt: remove FIRST_USER_ADDRESS hack

Once all the MMU architectures define FIRST_USER_ADDRESS, remove hack from
mmap.c which derived it from FIRST_USER_PGD_NR.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Hugh Dickins and committed by Linus Torvalds 561bbe32 d455a369

-5
-5
mm/mmap.c
··· 1612 1612 validate_mm(mm); 1613 1613 } 1614 1614 1615 - #ifndef FIRST_USER_ADDRESS /* temporary hack */ 1616 - #define THIS_IS_ARM FIRST_USER_PGD_NR 1617 - #define FIRST_USER_ADDRESS (THIS_IS_ARM * PAGE_SIZE) 1618 - #endif 1619 - 1620 1615 /* 1621 1616 * Get rid of page table information in the indicated region. 1622 1617 *