From 975511be74d1b82bf041aaed2861a242abfe3886 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 30 Jan 2008 13:31:54 +0100 Subject: [PATCH] x86: x86 CORE_DUMP_USE_REGSET This switches x86 to the user_regset-based code for ELF core dumps. The core dumps come out exactly the same as before. Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- include/asm-x86/elf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asm-x86/elf.h b/include/asm-x86/elf.h index 5e5705bf082..123e2d599c6 100644 --- a/include/asm-x86/elf.h +++ b/include/asm-x86/elf.h @@ -201,6 +201,7 @@ extern int vdso_enabled; #endif /* !CONFIG_X86_32 */ +#define CORE_DUMP_USE_REGSET #define USE_ELF_CORE_DUMP #define ELF_EXEC_PAGESIZE 4096 -- 2.41.0