diff --git a/[refs] b/[refs] index 42852a643f10..3f804affdc2e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 091487772c3312f3de599d99ca1d73395b54ed61 +refs/heads/master: fcc18e83e1f6fd9fa6b333735bf0fcd530655511 diff --git a/trunk/fs/binfmt_flat.c b/trunk/fs/binfmt_flat.c index b1c902e319c1..c94d52eafd1b 100644 --- a/trunk/fs/binfmt_flat.c +++ b/trunk/fs/binfmt_flat.c @@ -510,7 +510,7 @@ static int load_flat_file(struct linux_binprm * bprm, } /* OK, This is the point of no return */ - set_personality(PER_LINUX); + set_personality(PER_LINUX_32BIT); } /*