Commit 4c3b512c6b054e8c0bf14b1d61b20d4569de0a21
Committed by
Russell King
1 parent
4394c12442
Exists in
master
and in
39 other branches
ARM: 6882/1: ELF: Define new core note type for VFP registers
The VFP registers are not currently included in coredumps, and there's no existing note type where they can sensibly be included, so this patch defines a dedicated note type for them. Signed-off-by: Dave Martin <dave.martin@linaro.org> Acked-by: Will Deacon <Will.Deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
include/linux/elf.h
... | ... | @@ -395,6 +395,7 @@ |
395 | 395 | #define NT_S390_CTRS 0x304 /* s390 control registers */ |
396 | 396 | #define NT_S390_PREFIX 0x305 /* s390 prefix register */ |
397 | 397 | #define NT_S390_LAST_BREAK 0x306 /* s390 breaking event address */ |
398 | +#define NT_ARM_VFP 0x400 /* ARM VFP/NEON registers */ | |
398 | 399 | |
399 | 400 | |
400 | 401 | /* Note header in a PT_NOTE section */ |