Skip to content

Commit

Permalink
Hexagon: set the e_flags in user regset view for core dumps
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kuo <[email protected]>
  • Loading branch information
Richard Kuo committed Apr 4, 2014
1 parent b10fa7b commit 446b6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/hexagon/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ static const struct user_regset_view hexagon_user_view = {
.e_machine = ELF_ARCH,
.ei_osabi = ELF_OSABI,
.regsets = hexagon_regsets,
.e_flags = ELF_CORE_EFLAGS,
.n = ARRAY_SIZE(hexagon_regsets)
};

Expand Down

0 comments on commit 446b6cb

Please sign in to comment.