summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2019-01-03 18:54:11 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2019-01-03 18:54:11 +0100
commita4cf7a545ae4ed4c4be0332ee244528b5ee7bd4a (patch)
treecd8b70997516006ab10517b3ee2064d99bc77c81
parent45262b8d1cd86294296df89ce364138ece5b3a80 (diff)
downloadstrace-a4cf7a545ae4ed4c4be0332ee244528b5ee7bd4a.tar.gz
xlat: add NT_MIPS_MSA to nt_descriptor_types
* xlat/nt_descriptor_types.in (NT_MIPS_MSA): New constant, introduced by Linux commit v4.20-rc1-48-g3cd640832894.
-rw-r--r--xlat/nt_descriptor_types.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlat/nt_descriptor_types.in b/xlat/nt_descriptor_types.in
index 0e520311c..ae0a4c9e2 100644
--- a/xlat/nt_descriptor_types.in
+++ b/xlat/nt_descriptor_types.in
@@ -65,3 +65,4 @@ NT_ARC_V2 0x600
NT_VMCOREDD 0x700
NT_MIPS_DSP 0x800
NT_MIPS_FP_MODE 0x801
+NT_MIPS_MSA 0x802