[PATCH] proc: Use struct pid not struct task_ref
[pandora-kernel.git] / fs / binfmt_flat.c
index b1c902e..c94d52e 100644 (file)
@@ -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);
        }
 
        /*