diff options
Diffstat (limited to 'fs/binfmt_flat.c')
| -rw-r--r-- | fs/binfmt_flat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index b1c902e319c1..a62fd4018a20 100644 --- a/fs/binfmt_flat.c +++ b/fs/binfmt_flat.c | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <linux/module.h> | 18 | #include <linux/module.h> |
| 19 | #include <linux/config.h> | ||
| 20 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
| 21 | #include <linux/sched.h> | 20 | #include <linux/sched.h> |
| 22 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
| @@ -510,7 +509,7 @@ static int load_flat_file(struct linux_binprm * bprm, | |||
| 510 | } | 509 | } |
| 511 | 510 | ||
| 512 | /* OK, This is the point of no return */ | 511 | /* OK, This is the point of no return */ |
| 513 | set_personality(PER_LINUX); | 512 | set_personality(PER_LINUX_32BIT); |
| 514 | } | 513 | } |
| 515 | 514 | ||
| 516 | /* | 515 | /* |
