Skip to content

Commit

Permalink
x86: x86 CORE_DUMP_USE_REGSET
Browse files Browse the repository at this point in the history
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 <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Roland McGrath authored and Ingo Molnar committed Jan 30, 2008
1 parent 070459d commit 975511b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-x86/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 975511b

Please sign in to comment.