tree c60b08c7d319dd4799d7910e4f0c58100a80afd1
parent d455a3696c72283923e6870e9e4fe1daa861d7cd
author Hugh Dickins <[EMAIL PROTECTED]> Wed, 20 Apr 2005 03:29:23 -0700
committer Linus Torvalds <[EMAIL PROTECTED](none)> Wed, 20 Apr 2005 03:29:23
-0700
[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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
mmap.c | 5 -----
1 files changed, 5 deletions(-)
Index: mm/mmap.c
===================================================================
--- 572661a1ed6cceaf83cad55921b7812feace69ee/mm/mmap.c (mode:100644
sha1:ac6e694c3b61054174be206382b8a796698c89ed)
+++ c60b08c7d319dd4799d7910e4f0c58100a80afd1/mm/mmap.c (mode:100644
sha1:6ea204cc751e4d2f0fe4a7d213bab9ae90ad58c4)
@@ -1612,11 +1612,6 @@
validate_mm(mm);
}
-#ifndef FIRST_USER_ADDRESS /* temporary hack */
-#define THIS_IS_ARM FIRST_USER_PGD_NR
-#define FIRST_USER_ADDRESS (THIS_IS_ARM * PAGE_SIZE)
-#endif
-
/*
* Get rid of page table information in the indicated region.
*
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html