summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/kernel/process.c')
-rw-r--r--arch/mips64/kernel/process.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips64/kernel/process.c b/arch/mips64/kernel/process.c
index c2c077e35..d6d8b7435 100644
--- a/arch/mips64/kernel/process.c
+++ b/arch/mips64/kernel/process.c
@@ -78,7 +78,6 @@ int copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
childksp = (unsigned long)p + KERNEL_STACK_SIZE - 32;
if (last_task_used_math == current) {
- set_cp0_status(ST0_CU1, ST0_CU1);
save_fp(p);
}
/* set up new TSS. */