diff options
-rw-r--r-- | arch/powerpc/mm/mmap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/mm/mmap.c b/arch/powerpc/mm/mmap.c index 86010fc7d3b1..7db8abc01ef8 100644 --- a/arch/powerpc/mm/mmap.c +++ b/arch/powerpc/mm/mmap.c | |||
@@ -48,12 +48,6 @@ static inline unsigned long mmap_base(void) | |||
48 | 48 | ||
49 | static inline int mmap_is_legacy(void) | 49 | static inline int mmap_is_legacy(void) |
50 | { | 50 | { |
51 | /* | ||
52 | * Force standard allocation for 64 bit programs. | ||
53 | */ | ||
54 | if (!test_thread_flag(TIF_32BIT)) | ||
55 | return 1; | ||
56 | |||
57 | if (current->personality & ADDR_COMPAT_LAYOUT) | 51 | if (current->personality & ADDR_COMPAT_LAYOUT) |
58 | return 1; | 52 | return 1; |
59 | 53 | ||