diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-06-02 14:47:26 -0700 |
|---|---|---|
| committer | Linux Build Service Account <lnxbuild@localhost> | 2019-06-02 14:47:26 -0700 |
| commit | f3a849fc16f01883b947caeb8939db061558f2fe (patch) | |
| tree | 6bc5cdd4bbb90a80e73d76817436ef8d98918420 /include/uapi | |
| parent | c7259077e1846a2dea02d7d9dc9e51f5d387772e (diff) | |
| parent | 77b2a51180290d8417679f03b1a3c2c266149741 (diff) | |
Merge 77b2a51180290d8417679f03b1a3c2c266149741 on remote branch
Change-Id: I62b0621ecd3c67dea96336559aa7598b0ccb50c7
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/prctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/prctl.h b/include/uapi/linux/prctl.h index f0e9f0460ee7..4d05aad2e4c5 100644 --- a/include/uapi/linux/prctl.h +++ b/include/uapi/linux/prctl.h @@ -211,6 +211,7 @@ struct prctl_mm_map { #define PR_SET_SPECULATION_CTRL 53 /* Speculation control variants */ # define PR_SPEC_STORE_BYPASS 0 +# define PR_SPEC_INDIRECT_BRANCH 1 /* Return and control values for PR_SET/GET_SPECULATION_CTRL */ # define PR_SPEC_NOT_AFFECTED 0 # define PR_SPEC_PRCTL (1UL << 0) |
