diff options
| -rw-r--r-- | fs/binfmt_flat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index b1c902e319c1..c94d52eafd1b 100644 --- a/fs/binfmt_flat.c +++ b/fs/binfmt_flat.c | |||
| @@ -510,7 +510,7 @@ static int load_flat_file(struct linux_binprm * bprm, | |||
| 510 | } | 510 | } |
| 511 | 511 | ||
| 512 | /* OK, This is the point of no return */ | 512 | /* OK, This is the point of no return */ |
| 513 | set_personality(PER_LINUX); | 513 | set_personality(PER_LINUX_32BIT); |
| 514 | } | 514 | } |
| 515 | 515 | ||
| 516 | /* | 516 | /* |
