[PATCH] 2.5.48 s390 (3/16): mman.

From: Martin Schwidefsky (schwidefsky@de.ibm.com)
Date: Mon Nov 18 2002 - 14:17:43 EST


diff -urN linux-2.5.48/include/asm-s390/mman.h linux-2.5.48-s390/include/asm-s390/mman.h
--- linux-2.5.48/include/asm-s390/mman.h Mon Nov 18 05:29:22 2002
+++ linux-2.5.48-s390/include/asm-s390/mman.h Mon Nov 18 20:11:15 2002
@@ -26,6 +26,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 */
diff -urN linux-2.5.48/include/asm-s390x/mman.h linux-2.5.48-s390/include/asm-s390x/mman.h
--- linux-2.5.48/include/asm-s390x/mman.h Mon Nov 18 05:29:29 2002
+++ linux-2.5.48-s390/include/asm-s390x/mman.h Mon Nov 18 20:11:15 2002
@@ -26,6 +26,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 */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:23 EST