From adf272d7ce36375d9dbbfb64a2ef45361b8529c6 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 12 Feb 2018 20:16:08 +0100 Subject: [PATCH] xlat: update NT_* constants * xlat/nt_descriptor_types.in (NT_PPC_PKEY): New constant introduced by linux kernel commit v4.16-rc1~93^2~72. --- xlat/nt_descriptor_types.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat/nt_descriptor_types.in b/xlat/nt_descriptor_types.in index 6ebc42c3..d90b8708 100644 --- a/xlat/nt_descriptor_types.in +++ b/xlat/nt_descriptor_types.in @@ -33,6 +33,7 @@ NT_PPC_TM_SPR 0x10c NT_PPC_TM_CTAR 0x10d NT_PPC_TM_CPPR 0x10e NT_PPC_TM_CDSCR 0x10f +NT_PPC_PKEY 0x110 NT_386_TLS 0x200 NT_386_IOPERM 0x201 NT_X86_XSTATE 0x202 -- 2.40.0