From: Richard Kuo Date: Fri, 18 Oct 2013 00:41:44 +0000 (-0500) Subject: Hexagon: set the e_flags in user regset view for core dumps X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=446b6cb8deab01bfa278d42f3bf57ee668cb72c1;p=deliverable%2Flinux.git Hexagon: set the e_flags in user regset view for core dumps Signed-off-by: Richard Kuo --- 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 = { .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI, .regsets = hexagon_regsets, + .e_flags = ELF_CORE_EFLAGS, .n = ARRAY_SIZE(hexagon_regsets) };