Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138444
b: refs/heads/master
c: 91b0f5e
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Feb 11, 2009
1 parent 8b7e49a commit debbd49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e74778c76521f180516a593fb2b2786d6fffa4e
refs/heads/master: 91b0f5ec53336cfc6b2cd894a248dfadab9f34a6
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit debbd49

Please sign in to comment.