mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 16:30:52 +07:00
Hexagon: set the e_flags in user regset view for core dumps
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
This commit is contained in:
parent
b10fa7b62d
commit
446b6cb8de
@ -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)
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user