x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / arch / x86 / include / asm / math_emu.h
blob0d9b14f60d2c1f3c65a84cc05126dd5cfed166cf
1 #ifndef _ASM_X86_MATH_EMU_H
2 #define _ASM_X86_MATH_EMU_H
4 #include <asm/ptrace.h>
6 /* This structure matches the layout of the data saved to the stack
7 following a device-not-present interrupt, part of it saved
8 automatically by the 80386/80486.
9 */
10 struct math_emu_info {
11 long ___orig_eip;
12 struct pt_regs *regs;
14 #endif /* _ASM_X86_MATH_EMU_H */