diff options
author | Roland McGrath <roland@redhat.com> | 2008-01-30 07:31:54 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:54 -0500 |
commit | 975511be74d1b82bf041aaed2861a242abfe3886 (patch) | |
tree | 89753c0c0dab1c8c92cfa385f65a12cc11e4a644 /include/asm-x86/elf.h | |
parent | 070459d95e132726a6ac0c8204f0b5ef653bd824 (diff) |
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 <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/elf.h')
-rw-r--r-- | include/asm-x86/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/elf.h b/include/asm-x86/elf.h index 5e5705bf082a..123e2d599c6d 100644 --- a/include/asm-x86/elf.h +++ b/include/asm-x86/elf.h | |||
@@ -201,6 +201,7 @@ extern int vdso_enabled; | |||
201 | 201 | ||
202 | #endif /* !CONFIG_X86_32 */ | 202 | #endif /* !CONFIG_X86_32 */ |
203 | 203 | ||
204 | #define CORE_DUMP_USE_REGSET | ||
204 | #define USE_ELF_CORE_DUMP | 205 | #define USE_ELF_CORE_DUMP |
205 | #define ELF_EXEC_PAGESIZE 4096 | 206 | #define ELF_EXEC_PAGESIZE 4096 |
206 | 207 | ||