mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-03 23:16:55 +00:00
[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>
This commit is contained in:
parent
d455a3696c
commit
561bbe3235
@ -1612,11 +1612,6 @@ static void unmap_vma_list(struct mm_struct *mm, struct vm_area_struct *vma)
|
|||||||
validate_mm(mm);
|
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.
|
* Get rid of page table information in the indicated region.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user