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-Url: https://git.stricted.de/?a=commitdiff_plain;h=e6cdebdf5aeccb5cbcf81e5e2764ad28a80f3185;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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 f8ccf08f6934..2b43fa0fb37b 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 */