diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2012-12-17 20:08:11 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-12-18 14:53:21 -0500 |
commit | e6cdebdf5aeccb5cbcf81e5e2764ad28a80f3185 (patch) | |
tree | 3e209ad4309838f62c57ade3818e133286292a16 /arch/tile/include/asm | |
parent | 9af62547675b04ef8aa5eda5f60450c01f598f2a (diff) | |
download | blackbird-obmc-linux-e6cdebdf5aeccb5cbcf81e5e2764ad28a80f3185.tar.gz blackbird-obmc-linux-e6cdebdf5aeccb5cbcf81e5e2764ad28a80f3185.zip |
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 <simon.marchi@polymtl.ca>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/include/asm')
-rw-r--r-- | arch/tile/include/asm/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |