diff options
author | Peter Xu <peterx@redhat.com> | 2023-02-07 15:57:10 -0500 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-02-11 16:51:09 +0100 |
commit | 93e0932b7be2498024cd6ba8446a0fa2cb1769bc (patch) | |
tree | d31bdb1cea9eca11492d243a2cb6ab8666d9b804 /linux-headers/asm-mips | |
parent | bca762c2b90979e8cf1f725cec3ddf888b7b898b (diff) |
linux-headers: Update to v6.1
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'linux-headers/asm-mips')
-rw-r--r-- | linux-headers/asm-mips/mman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-headers/asm-mips/mman.h b/linux-headers/asm-mips/mman.h index 1be428663c..c6e1fc77c9 100644 --- a/linux-headers/asm-mips/mman.h +++ b/linux-headers/asm-mips/mman.h @@ -103,6 +103,8 @@ #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ +#define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ + /* compatibility flags */ #define MAP_FILE 0 |