X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Fmman.h;h=ea6f6a787651cb93499f7f3cd4505c2301b338e6;hb=6d70c08a2c37745df637b231711f6dec79dbc6e1;hp=8c4110f17d2426843ca69fdb1c32d7a86994ef90;hpb=000806cde6416f51f783d2dc487d49b47d297e4e;p=musl diff --git a/arch/microblaze/bits/mman.h b/arch/microblaze/bits/mman.h index 8c4110f1..ea6f6a78 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 @@ -55,7 +56,4 @@ #define MADV_DODUMP 17 #define MADV_HWPOISON 100 #define MADV_SOFT_OFFLINE 101 - -#define MREMAP_MAYMOVE 1 -#define MREMAP_FIXED 2 #endif