MIPS: Support for 64-bit FP with O32 binaries
[deliverable/linux.git] / arch / mips / kernel / process.c
index ddc76103e78c1447015ad02ccd83b2ae25c6d420..747a6cfbb709791420eda00018e2020265bd98b5 100644 (file)
@@ -60,9 +60,6 @@ void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp)
 
        /* New thread loses kernel privileges. */
        status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|ST0_FR|KU_MASK);
-#ifdef CONFIG_64BIT
-       status |= test_thread_flag(TIF_32BIT_REGS) ? 0 : ST0_FR;
-#endif
        status |= KU_USER;
        regs->cp0_status = status;
        clear_used_math();
This page took 0.075697 seconds and 5 git commands to generate.