aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/math-emu/fpu_aux.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-05-10 13:37:16 -0700
committerH. Peter Anvin <hpa@zytor.com>2010-05-10 13:37:16 -0700
commitc3f8978ea332cd4be88e12574452a025892ac9af (patch)
tree8a673afd732fb5d2e57cbb7e60006184cee84bf5 /arch/x86/math-emu/fpu_aux.c
parent86603283326c9e95e5ad4e9fdddeec93cac5d9ad (diff)
x86, fpu: Unbreak FPU emulation
Unbreak FPU emulation, broken by checkin 86603283326c9e95e5ad4e9fdddeec93cac5d9ad: x86: Introduce 'struct fpu' and related API Signed-off-by: H. Peter Anvin <hpa@zytor.com> Cc: Avi Kivity <avi@redhat.com> Cc: Suresh Siddha <suresh.b.siddha@intel.com> LKML-Reference: <1273135546-29690-3-git-send-email-avi@redhat.com>
Diffstat (limited to 'arch/x86/math-emu/fpu_aux.c')
-rw-r--r--arch/x86/math-emu/fpu_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/math-emu/fpu_aux.c b/arch/x86/math-emu/fpu_aux.c
index 62797f930511..dc8adad10a2f 100644
--- a/arch/x86/math-emu/fpu_aux.c
+++ b/arch/x86/math-emu/fpu_aux.c
@@ -52,7 +52,7 @@ void finit_soft_fpu(struct i387_soft_struct *soft)
void finit(void)
{
- finit_task(&current->thread.fpu);
+ finit_soft_fpu(&current->thread.fpu.state->soft);
}
/*