diff options
Diffstat (limited to 'arch/x86/ia32')
-rw-r--r-- | arch/x86/ia32/ia32_aout.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/ia32/ia32_aout.c b/arch/x86/ia32/ia32_aout.c index 4824fb45560f..07b3a68d2d29 100644 --- a/arch/x86/ia32/ia32_aout.c +++ b/arch/x86/ia32/ia32_aout.c | |||
@@ -294,8 +294,7 @@ static int load_aout_binary(struct linux_binprm *bprm, struct pt_regs *regs) | |||
294 | 294 | ||
295 | /* OK, This is the point of no return */ | 295 | /* OK, This is the point of no return */ |
296 | set_personality(PER_LINUX); | 296 | set_personality(PER_LINUX); |
297 | set_thread_flag(TIF_IA32); | 297 | set_personality_ia32(false); |
298 | current->mm->context.ia32_compat = 1; | ||
299 | 298 | ||
300 | setup_new_exec(bprm); | 299 | setup_new_exec(bprm); |
301 | 300 | ||