From 77d23fa83a7fdce51e4fa5e50ba4a26bde1c64a7 Mon Sep 17 00:00:00 2001 From: Hugh Dickins Date: Tue, 19 Apr 2005 13:29:23 -0700 Subject: [PATCH] --- yaml --- r: 329 b: refs/heads/master c: 561bbe3235da614562fb26bb14042af684971a2d h: refs/heads/master i: 327: ea633e0e86d888d9e669e0e957d02db98dc373f6 v: v3 --- [refs] | 2 +- trunk/mm/mmap.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 44b5dee42f5e..982852d8c06e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d455a3696c72283923e6870e9e4fe1daa861d7cd +refs/heads/master: 561bbe3235da614562fb26bb14042af684971a2d diff --git a/trunk/mm/mmap.c b/trunk/mm/mmap.c index ac6e694c3b61..6ea204cc751e 100644 --- a/trunk/mm/mmap.c +++ b/trunk/mm/mmap.c @@ -1612,11 +1612,6 @@ static void unmap_vma_list(struct mm_struct *mm, struct vm_area_struct *vma) 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. *