]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/math_emu.h
x86/cpu/bugs: Use __initconst for 'const' init data
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / math_emu.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_MATH_EMU_H
3#define _ASM_X86_MATH_EMU_H
1da177e4 4
ae6af41f 5#include <asm/ptrace.h>
ae6af41f 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;
ba3e127e 13 struct pt_regs *regs;
1da177e4 14};
1965aae3 15#endif /* _ASM_X86_MATH_EMU_H */