x86/mm/pkeys: Allow kernel to modify user pkey rights register
[cascardo/linux.git] / arch / x86 / include / asm / pkeys.h
index 04243c2..5061aec 100644 (file)
@@ -3,4 +3,7 @@
 
 #define arch_max_pkey() (boot_cpu_has(X86_FEATURE_OSPKE) ? 16 : 1)
 
+extern int arch_set_user_pkey_access(struct task_struct *tsk, int pkey,
+               unsigned long init_val);
+
 #endif /*_ASM_X86_PKEYS_H */