powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()
[deliverable/linux.git] / arch / powerpc / kernel / signal_64.c
index d0106b8a748431152dbbf0304ec1e7c9b06b53d9..f93ec2835a13f01294a9b3d5c225686a04666702 100644 (file)
@@ -96,8 +96,6 @@ static long setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs,
        unsigned long msr = regs->msr;
        long err = 0;
 
-       flush_fp_to_thread(current);
-
 #ifdef CONFIG_ALTIVEC
        err |= __put_user(v_regs, &sc->v_regs);
 
This page took 0.027627 seconds and 5 git commands to generate.