diff options
Diffstat (limited to 'include/uapi/linux/prctl.h')
-rw-r--r-- | include/uapi/linux/prctl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/prctl.h b/include/uapi/linux/prctl.h index 89f63503f903..31891d9535e2 100644 --- a/include/uapi/linux/prctl.h +++ b/include/uapi/linux/prctl.h | |||
@@ -185,4 +185,9 @@ struct prctl_mm_map { | |||
185 | #define PR_MPX_ENABLE_MANAGEMENT 43 | 185 | #define PR_MPX_ENABLE_MANAGEMENT 43 |
186 | #define PR_MPX_DISABLE_MANAGEMENT 44 | 186 | #define PR_MPX_DISABLE_MANAGEMENT 44 |
187 | 187 | ||
188 | #define PR_SET_FP_MODE 45 | ||
189 | #define PR_GET_FP_MODE 46 | ||
190 | # define PR_FP_MODE_FR (1 << 0) /* 64b FP registers */ | ||
191 | # define PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */ | ||
192 | |||
188 | #endif /* _LINUX_PRCTL_H */ | 193 | #endif /* _LINUX_PRCTL_H */ |