]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] M68k MAP_* definitions
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 28 Dec 2002 03:14:39 +0000 (19:14 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 28 Dec 2002 03:14:39 +0000 (19:14 -0800)
M68k mman.h updates: add MAP_POPULATE and MAP_NONBLOCK

include/asm-m68k/mman.h

index a171fb7c7acf4ed7195cd2f1569b7153c93b6bff..59c2d3c265d1acf300fb87d23992fa63d840ed06 100644 (file)
@@ -18,6 +18,8 @@
 #define MAP_EXECUTABLE 0x1000          /* mark it as an executable */
 #define MAP_LOCKED     0x2000          /* pages are locked */
 #define MAP_NORESERVE  0x4000          /* don't check for reservations */
+#define MAP_POPULATE   0x8000          /* populate (prefault) pagetables */
+#define MAP_NONBLOCK   0x10000         /* do not block on IO */
 
 #define MS_ASYNC       1               /* sync memory asynchronously */
 #define MS_INVALIDATE  2               /* invalidate the caches */