mips: don't bother with ELF_CORE_EFLAGS
mips coredumps are regset-based, so ELF_CORE_EFLAGS is not used at all - user_..._view.e_flags is. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
056f280f3b
commit
2fb33bec05
|
@ -52,8 +52,6 @@ struct elf_prstatus32
|
|||
|
||||
#define init_elf_binfmt init_elfn32_binfmt
|
||||
|
||||
#define ELF_CORE_EFLAGS EF_MIPS_ABI2
|
||||
|
||||
#undef ns_to_kernel_old_timeval
|
||||
#define ns_to_kernel_old_timeval ns_to_old_timeval32
|
||||
|
||||
|
|
Loading…
Reference in New Issue