Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

Al Viro 2fb33bec 056f280f

-2
-2
arch/mips/kernel/binfmt_elfn32.c
··· 52 52 53 53 #define init_elf_binfmt init_elfn32_binfmt 54 54 55 - #define ELF_CORE_EFLAGS EF_MIPS_ABI2 56 - 57 55 #undef ns_to_kernel_old_timeval 58 56 #define ns_to_kernel_old_timeval ns_to_old_timeval32 59 57