From debbd49f10efa4ea614a8e615130ccd155fea585 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Mon, 9 Feb 2009 20:42:17 +0000 Subject: [PATCH] --- yaml --- r: 138444 b: refs/heads/master c: 91b0f5ec53336cfc6b2cd894a248dfadab9f34a6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/mm/mmap.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index e4ea30492533..229bce4a4c09 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2e74778c76521f180516a593fb2b2786d6fffa4e +refs/heads/master: 91b0f5ec53336cfc6b2cd894a248dfadab9f34a6 diff --git a/trunk/arch/powerpc/mm/mmap.c b/trunk/arch/powerpc/mm/mmap.c index 86010fc7d3b1..7db8abc01ef8 100644 --- a/trunk/arch/powerpc/mm/mmap.c +++ b/trunk/arch/powerpc/mm/mmap.c @@ -48,12 +48,6 @@ static inline unsigned long mmap_base(void) static inline int mmap_is_legacy(void) { - /* - * Force standard allocation for 64 bit programs. - */ - if (!test_thread_flag(TIF_32BIT)) - return 1; - if (current->personality & ADDR_COMPAT_LAYOUT) return 1;