Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / x86 / include / asm / math_emu.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_MATH_EMU_H
2#define _ASM_X86_MATH_EMU_H
1da177e4 3
ae6af41f
TH
4#include <asm/ptrace.h>
5#include <asm/vm86.h>
6
1da177e4
LT
7/* This structure matches the layout of the data saved to the stack
8 following a device-not-present interrupt, part of it saved
9 automatically by the 80386/80486.
10 */
ae6af41f 11struct math_emu_info {
1da177e4 12 long ___orig_eip;
ae6af41f 13 union {
d315760f
TH
14 struct pt_regs *regs;
15 struct kernel_vm86_regs *vm86;
ae6af41f 16 };
1da177e4 17};
1965aae3 18#endif /* _ASM_X86_MATH_EMU_H */
This page took 0.903542 seconds and 5 git commands to generate.