diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-06-13 06:23:31 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-07-27 20:29:23 +0200 |
commit | 7a896028adcfbff4552e6748e8fc8d06036c132c (patch) | |
tree | 32c558902272ae9359aa367db5ecad02e4093551 /arch/x86/include/asm/elf.h | |
parent | take fdpic-related parts of elf_prstatus out (diff) | |
download | linux-7a896028adcfbff4552e6748e8fc8d06036c132c.tar.xz linux-7a896028adcfbff4552e6748e8fc8d06036c132c.zip |
kill elf_fpxregs_t
all uses are conditional upon ELF_CORE_COPY_XFPREGS, which has not
been defined on any architecture since 2010
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/include/asm/elf.h')
-rw-r--r-- | arch/x86/include/asm/elf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/elf.h b/arch/x86/include/asm/elf.h index 452beed7892b..b9a5d488f1a5 100644 --- a/arch/x86/include/asm/elf.h +++ b/arch/x86/include/asm/elf.h @@ -21,8 +21,6 @@ typedef struct user_i387_struct elf_fpregset_t; #ifdef __i386__ -typedef struct user_fxsr_struct elf_fpxregset_t; - #define R_386_NONE 0 #define R_386_32 1 #define R_386_PC32 2 |