diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/aarch64/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/arm/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/i386/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/microblaze/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/mips/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/or1k/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/powerpc/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/sh/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/x32/bits/mman.h | 1 | ||||
-rw-r--r-- | arch/x86_64/bits/mman.h | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/arch/aarch64/bits/mman.h b/arch/aarch64/bits/mman.h index ce5519f..31ece5b 100644 --- a/arch/aarch64/bits/mman.h +++ b/arch/aarch64/bits/mman.h @@ -36,6 +36,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/arm/bits/mman.h b/arch/arm/bits/mman.h index cc854aa..ea6f6a7 100644 --- a/arch/arm/bits/mman.h +++ b/arch/arm/bits/mman.h @@ -37,6 +37,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/i386/bits/mman.h b/arch/i386/bits/mman.h index 0f53acb..0c9022f 100644 --- a/arch/i386/bits/mman.h +++ b/arch/i386/bits/mman.h @@ -38,6 +38,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/microblaze/bits/mman.h b/arch/microblaze/bits/mman.h index cc854aa..ea6f6a7 100644 --- a/arch/microblaze/bits/mman.h +++ b/arch/microblaze/bits/mman.h @@ -37,6 +37,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/mips/bits/mman.h b/arch/mips/bits/mman.h index 3125fc2..cb9ac53 100644 --- a/arch/mips/bits/mman.h +++ b/arch/mips/bits/mman.h @@ -37,6 +37,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/or1k/bits/mman.h b/arch/or1k/bits/mman.h index cc854aa..ea6f6a7 100644 --- a/arch/or1k/bits/mman.h +++ b/arch/or1k/bits/mman.h @@ -37,6 +37,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/powerpc/bits/mman.h b/arch/powerpc/bits/mman.h index 779fdde..6581edc 100644 --- a/arch/powerpc/bits/mman.h +++ b/arch/powerpc/bits/mman.h @@ -38,6 +38,7 @@ #define MCL_CURRENT 0x2000 #define MCL_FUTURE 0x4000 +#define MCL_ONFAULT 0x8000 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/sh/bits/mman.h b/arch/sh/bits/mman.h index f6fc98f..3a25df1 100644 --- a/arch/sh/bits/mman.h +++ b/arch/sh/bits/mman.h @@ -38,6 +38,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/x32/bits/mman.h b/arch/x32/bits/mman.h index 846b7ea..f3235f4 100644 --- a/arch/x32/bits/mman.h +++ b/arch/x32/bits/mman.h @@ -38,6 +38,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 diff --git a/arch/x86_64/bits/mman.h b/arch/x86_64/bits/mman.h index 846b7ea..f3235f4 100644 --- a/arch/x86_64/bits/mman.h +++ b/arch/x86_64/bits/mman.h @@ -38,6 +38,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 +#define MCL_ONFAULT 4 #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 |