From: Simon Marchi Date: Tue, 18 Dec 2012 01:08:11 +0000 (-0500) Subject: arch/tile: set CORE_DUMP_USE_REGSET on tile X-Git-Tag: v3.8-rc1~57^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6cdebdf5aeccb5cbcf81e5e2764ad28a80f3185;p=thirdparty%2Flinux.git arch/tile: set CORE_DUMP_USE_REGSET on tile Following the previous patch which adds support for user_regset, tile can now use this feature. Signed-off-by: Simon Marchi Signed-off-by: Chris Metcalf --- diff --git a/arch/tile/include/asm/elf.h b/arch/tile/include/asm/elf.h index f8ccf08f69347..2b43fa0fb37be 100644 --- a/arch/tile/include/asm/elf.h +++ b/arch/tile/include/asm/elf.h @@ -169,4 +169,6 @@ do { \ #endif /* CONFIG_COMPAT */ +#define CORE_DUMP_USE_REGSET + #endif /* _ASM_TILE_ELF_H */