From 0d2eeef77a33315187df8519491a900bde4a3d83 Mon Sep 17 00:00:00 2001 From: Bibo Mao Date: Mon, 28 Oct 2024 10:38:09 +0800 Subject: linux-headers: Update to Linux v6.12-rc5 update linux-headers to v6.12-rc5. Pass to compile on aarch64, arm, loongarch64, x86_64, i386, riscv64,riscv32 softmmu and linux-user. Signed-off-by: Bibo Mao Acked-by: Song Gao Message-Id: <20241028023809.1554405-4-maobibo@loongson.cn> Signed-off-by: Song Gao --- linux-headers/linux/mman.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-headers/linux/mman.h') diff --git a/linux-headers/linux/mman.h b/linux-headers/linux/mman.h index 4e8cb60780..2b83059586 100644 --- a/linux-headers/linux/mman.h +++ b/linux-headers/linux/mman.h @@ -17,6 +17,7 @@ #define MAP_SHARED 0x01 /* Share changes */ #define MAP_PRIVATE 0x02 /* Changes are private */ #define MAP_SHARED_VALIDATE 0x03 /* share + validate extension flags */ +#define MAP_DROPPABLE 0x08 /* Zero memory under memory pressure. */ /* * Huge page size encoding when MAP_HUGETLB is specified, and a huge page -- cgit 1.4.1