X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-alpha%2Fmman.h;h=90d7c35d286703a86a4f1c59061b2212b2de367d;hb=eaf0ba5ef69538b6913525294a3a0fcb0e0992e0;hp=f6439532a262d45e2ff47655edfd87cb9fcf55fb;hpb=d99cf9d679a520d67f81d805b7cb91c68e1847f0;p=linux-2.6 diff --git a/include/asm-alpha/mman.h b/include/asm-alpha/mman.h index f6439532a2..90d7c35d28 100644 --- a/include/asm-alpha/mman.h +++ b/include/asm-alpha/mman.h @@ -42,10 +42,13 @@ #define MADV_WILLNEED 3 /* will need these pages */ #define MADV_SPACEAVAIL 5 /* ensure resources are available */ #define MADV_DONTNEED 6 /* don't need these pages */ -#define MADV_REMOVE 7 /* remove these pages & resources */ + +/* common/generic parameters */ +#define MADV_REMOVE 9 /* remove these pages & resources */ +#define MADV_DONTFORK 10 /* don't inherit across fork */ +#define MADV_DOFORK 11 /* do inherit across fork */ /* compatibility flags */ -#define MAP_ANON MAP_ANONYMOUS #define MAP_FILE 0 #endif /* __ALPHA_MMAN_H__ */