From 0e10f740069c2d805d3199a8079b73e828c7d8d9 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 6 Dec 2012 01:20:48 +0100 Subject: add MAP_NORESERVE to bits/mman.h this is needed for qemu, and since it differs for each arch it can't be circumvented easily by using a macro in CFLAGS. --- arch/microblaze/bits/mman.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/microblaze/bits/mman.h') diff --git a/arch/microblaze/bits/mman.h b/arch/microblaze/bits/mman.h index 03f961e8..bc8f37c8 100644 --- a/arch/microblaze/bits/mman.h +++ b/arch/microblaze/bits/mman.h @@ -16,6 +16,7 @@ #define MAP_ANON 0x20 #define MAP_ANONYMOUS MAP_ANON #define MAP_32BIT 0x40 +#define MAP_NORESERVE 0x4000 #define POSIX_MADV_NORMAL 0 #define POSIX_MADV_RANDOM 1 -- cgit v1.2.1