diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2018-09-19 12:25:11 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-19 13:43:38 +0200 |
| commit | 7f7e03fda2e99767bf8a4b69737c2ca99a0b39fd (patch) | |
| tree | 949930b14e13dbfcab638837efb784d41cd664fa /sys/linux/sys_amd64.const | |
| parent | fe944bbcd7b689532d8188d578b70c9e77955518 (diff) | |
sys/linux: add MFD_HUGETLB
Diffstat (limited to 'sys/linux/sys_amd64.const')
| -rw-r--r-- | sys/linux/sys_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 32aaa3cb0..5c7da4556 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -268,6 +268,7 @@ MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED = 16 MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE = 64 MFD_ALLOW_SEALING = 2 MFD_CLOEXEC = 1 +MFD_HUGETLB = 4 MLOCK_ONFAULT = 1 MMAP_PAGE_ZERO = 1048576 MODULE_INIT_IGNORE_MODVERSIONS = 1 |
