summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/math_emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/math_emu.h')
-rw-r--r--arch/x86/include/asm/math_emu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/math_emu.h b/arch/x86/include/asm/math_emu.h
index 302492c77956..031f6266f425 100644
--- a/arch/x86/include/asm/math_emu.h
+++ b/arch/x86/include/asm/math_emu.h
@@ -11,8 +11,8 @@
struct math_emu_info {
long ___orig_eip;
union {
- struct pt_regs regs;
- struct kernel_vm86_regs vm86;
+ struct pt_regs *regs;
+ struct kernel_vm86_regs *vm86;
};
};
#endif /* _ASM_X86_MATH_EMU_H */