diff options
Diffstat (limited to 'arch/ppc64/kernel/signal.c')
| -rw-r--r-- | arch/ppc64/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/signal.c b/arch/ppc64/kernel/signal.c index 347112cca3c0..ec9d0984b6a0 100644 --- a/arch/ppc64/kernel/signal.c +++ b/arch/ppc64/kernel/signal.c | |||
| @@ -133,7 +133,7 @@ static long setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, | |||
| 133 | flush_fp_to_thread(current); | 133 | flush_fp_to_thread(current); |
| 134 | 134 | ||
| 135 | /* Make sure signal doesn't get spurrious FP exceptions */ | 135 | /* Make sure signal doesn't get spurrious FP exceptions */ |
| 136 | current->thread.fpscr = 0; | 136 | current->thread.fpscr.val = 0; |
| 137 | 137 | ||
| 138 | #ifdef CONFIG_ALTIVEC | 138 | #ifdef CONFIG_ALTIVEC |
| 139 | err |= __put_user(v_regs, &sc->v_regs); | 139 | err |= __put_user(v_regs, &sc->v_regs); |
