Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
66d375709d2c891acc639538fd3179fa0cbb0daf
/
.
/
arch
/
x86
/
include
/
asm
/
pkeys.h
blob: 04243c23380c21ae9a8682d92a2bafa88ef8919c [
file
] [
log
] [
blame
]
#ifndef
_ASM_X86_PKEYS_H
#define
_ASM_X86_PKEYS_H
#define
arch_max_pkey
()
(
boot_cpu_has
(
X86_FEATURE_OSPKE
)
?
16
:
1
)
#endif
/*_ASM_X86_PKEYS_H */