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-generic/mman-common.h | |
| parent | bca762c2b90979e8cf1f725cec3ddf888b7b898b (diff) | |
| download | focaccia-qemu-93e0932b7be2498024cd6ba8446a0fa2cb1769bc.tar.gz focaccia-qemu-93e0932b7be2498024cd6ba8446a0fa2cb1769bc.zip | |
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-generic/mman-common.h')
| -rw-r--r-- | linux-headers/asm-generic/mman-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-headers/asm-generic/mman-common.h b/linux-headers/asm-generic/mman-common.h index 6c1aa92a92..6ce1f1ceb4 100644 --- a/linux-headers/asm-generic/mman-common.h +++ b/linux-headers/asm-generic/mman-common.h @@ -77,6 +77,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 |