diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2013-10-17 20:41:44 -0400 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2014-04-04 19:20:02 -0400 |
commit | 446b6cb8deab01bfa278d42f3bf57ee668cb72c1 (patch) | |
tree | b59db38ef4dae4348567f2c0ee1b16caace3fcda /arch/hexagon | |
parent | b10fa7b62d4201602dac45290b43defd4a980a12 (diff) |
Hexagon: set the e_flags in user regset view for core dumps
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/kernel/ptrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/kernel/ptrace.c b/arch/hexagon/kernel/ptrace.c index de829eb7f185..390a9ad14ca1 100644 --- a/arch/hexagon/kernel/ptrace.c +++ b/arch/hexagon/kernel/ptrace.c | |||
@@ -183,6 +183,7 @@ static const struct user_regset_view hexagon_user_view = { | |||
183 | .e_machine = ELF_ARCH, | 183 | .e_machine = ELF_ARCH, |
184 | .ei_osabi = ELF_OSABI, | 184 | .ei_osabi = ELF_OSABI, |
185 | .regsets = hexagon_regsets, | 185 | .regsets = hexagon_regsets, |
186 | .e_flags = ELF_CORE_EFLAGS, | ||
186 | .n = ARRAY_SIZE(hexagon_regsets) | 187 | .n = ARRAY_SIZE(hexagon_regsets) |
187 | }; | 188 | }; |
188 | 189 | ||