x86: get rid of the insane TIF_ABI_PENDING bit
[safe/jmp/linux-2.6] / arch / x86 / ia32 / ia32_aout.c
index 435d2a5..f9f4724 100644 (file)
@@ -311,7 +311,6 @@ static int load_aout_binary(struct linux_binprm *bprm, struct pt_regs *regs)
        /* OK, This is the point of no return */
        set_personality(PER_LINUX);
        set_thread_flag(TIF_IA32);
-       clear_thread_flag(TIF_ABI_PENDING);
 
        setup_new_exec(bprm);