From: Eugene Syromyatnikov Date: Sun, 19 Aug 2018 09:41:16 +0000 (+0200) Subject: xlat: update nt_descriptor_types.in X-Git-Tag: v4.25~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cde23ff80c6ffbb89bdeafa74c6926680ddbce54;p=strace xlat: update nt_descriptor_types.in * xlat/nt_descriptor_types.in (NT_VMCOREDD): New named constant, introduced by Linux commit v4.18-rc1~114^2~252^2~2. (NT_MIPS_DSP): New named constant, introduced by Linux commit v4.19-rc1~42^2~63. (NT_MIPS_FP_MODE): New named constant, introduced by Linux commit v4.19-rc1~42^2~62. --- diff --git a/xlat/nt_descriptor_types.in b/xlat/nt_descriptor_types.in index d90b8708..34decc08 100644 --- a/xlat/nt_descriptor_types.in +++ b/xlat/nt_descriptor_types.in @@ -61,3 +61,6 @@ NT_METAG_CBUF 0x500 NT_METAG_RPIPE 0x501 NT_METAG_TLS 0x502 NT_ARC_V2 0x600 +NT_VMCOREDD 0x700 +NT_MIPS_DSP 0x800 +NT_MIPS_FP_MODE 0x801